Variable ABSOLUTE_PATHConst
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: { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, ) => { ".meta": AbsoluteFilePathMetadata; results: AbsoluteFilePathResult[]; };} = ... Type declaration
Readonly
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];
}