interface ReadOnlyFlowrAnalyzerFunctionsContext {
    getFunctionInfo(
        name: string,
        className?: string,
    ): undefined | FunctionInfo | FunctionInfo[];
    name: string;
}

Implemented by

Properties

Methods

Properties

name: string

Methods