@eagleoutice/flowr - v2.10.2
    Preparing search index...
    ABSOLUTE_PATH: {
        createSearch: (
            config: AbsoluteFilePathConfig,
        ) => FlowrSearchBuilderOut<"from-query", [], ParentInformation, "unique">;
        info: {
            certainty: BestEffort;
            defaultConfig: {
                absolutePathRegex: undefined;
                additionalPathFunctions: readonly [];
                include: { allStrings: false; constructed: true };
                useAsWd: "@script";
            };
            description: "Checks whether file paths are absolute.";
            name: "Absolute Paths";
            tags: readonly [Robustness, Reproducibility, Smell, QuickFix];
        };
        prettyPrint: {
            full: (result: AbsoluteFilePathResult) => string;
            query: (result: AbsoluteFilePathResult) => string;
        };
        processSearchResult: (
            elements: FlowrSearchElements<
                ParentInformation,
                FlowrSearchElement<ParentInformation>[],
            >,
            config: AbsoluteFilePathConfig,
            data: {
                analyzer: ReadonlyFlowrAnalysisProvider;
                cfg: ControlFlowInformation;
                dataflow: DataflowInformation;
                normalize: NormalizedAst;
            },
        ) => {
            ".meta": AbsoluteFilePathMetadata;
            results: AbsoluteFilePathResult[];
        };
    } = ...

    Type Declaration