Function node query result

interface FunctionNodeResult {
    docstring: string;
    filePath: string;
    id: string;
    kind: number;
    name: string;
    nodeId: number;
    signature: any;
    sources: any[];
}

Hierarchy (view full)

Properties

docstring: string
filePath: string
id: string
kind: number
name: string
nodeId: number
signature: any
sources: any[]