Variable FILE_PATH_VALIDITYConst
FILE_PATH_VALIDITY: { createSearch: ( config: FilePathValidityConfig, ) => FlowrSearchBuilder< "from-query", [], ParentInformation, FlowrSearchElements< ParentInformation, FlowrSearchElementFromQuery<ParentInformation>[], >, >; info: { defaultConfig: { additionalReadFunctions: readonly []; additionalWriteFunctions: readonly []; includeUnknown: false; }; description: "Checks whether file paths used in read and write operations are valid and point to existing files."; name: "File Path Validity"; tags: readonly [Robustness, Reproducibility, Bug]; }; prettyPrint: (result: FilePathValidityResult) => string; processSearchResult: ( elements: FlowrSearchElements< ParentInformation, FlowrSearchElementFromQuery<ParentInformation>[], >, config: FilePathValidityConfig, data: { config: FlowrConfigOptions; dataflow: DataflowInformation; normalize: NormalizedAst; }, ) => { ".meta": FilePathValidityMetadata; results: FilePathValidityResult[]; };} = ... Type declaration
Readonly
info: {
defaultConfig: {
additionalReadFunctions: readonly [];
additionalWriteFunctions: readonly [];
includeUnknown: false;
};
description: "Checks whether file paths used in read and write operations are valid and point to existing files.";
name: "File Path Validity";
tags: readonly [Robustness, Reproducibility, Bug];
}