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

    Variable NETWORK_FUNCTIONSConst

    NETWORK_FUNCTIONS: {
        createSearch: (
            config: NetworkFunctionsConfig,
        ) => FlowrSearchBuilderOut<
            "all",
            ["filter", "with"],
            ParentInformation,
            "filter",
        >;
        info: {
            certainty: BestEffort;
            defaultConfig: { fns: NetworkFunction[] };
            description: "Marks network functions that execute network operations, such as downloading files or making HTTP requests.";
            name: "Network Functions";
            tags: readonly [Reproducibility, Security, Performance, Smell];
        };
        prettyPrint: {
            full: (result: FunctionsResult) => string;
            query: (result: FunctionsResult) => string;
        };
        processSearchResult: (
            e: FlowrSearchElements<ParentInformation, FlowrSearchElement<(...)>[]>,
            c: NetworkFunctionsConfig,
            d: ReadonlyFlowrAnalysisProvider<KnownParser>,
        ) => Promise<{ ".meta": FunctionsMetadata; results: (...)[] }>;
    } = ...

    Type Declaration