@eagleoutice/flowr - v2.13.14
    Preparing search index...

    This is a read-only interface to the FlowrAnalyzerFunctionsContext. It prevents you from modifying the functions, but allows you to inspect them (which is probably what you want when using the FlowrAnalyzer). If you are a FlowrAnalyzerPackageVersionsPlugin and want to modify the functions, you can use the FlowrAnalyzerFunctionsContext directly.

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

    Implemented by

    Index
    name: string