@eagleoutice/flowr - v2.15.8
    Preparing search index...
    DEPRECATED_FUNCTIONS: {
        createSearch: (
            _config: DeprecatedFunctionsConfig,
        ) => FlowrSearchBuilderOut<"all", ["filter"], ParentInformation, "with">;
        info: {
            certainty: BestEffort;
            defaultConfig: {
                always: Identifier[];
                conditionally: Record<BrandedIdentifier, DeprecatedFunctionInformation>;
            };
            description: "Marks deprecated functions and deprecated arguments of still-current functions, offering the replacement as a quick fix where one is known. A call to a bare name whose package the code never attaches is reported as uncertain, as any function of that name would answer to it.";
            name: "Deprecated Functions";
            tags: readonly [Deprecated, Smell, Usability, Reproducibility, QuickFix];
        };
        prettyPrint: {
            full: (result: DeprecatedFunctionRuleResult) => string;
            query: (result: DeprecatedFunctionRuleResult) => string;
        };
        processSearchResult: (
            elements: FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<(...)>[],
            >,
            config: DeprecatedFunctionsConfig,
            data: ReadonlyFlowrAnalysisProvider<KnownParser>,
        ) => Promise<{ ".meta": { builtin: ...; sigdb: ... }; results: (...)[] }>;
    } = ...

    Type Declaration