@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
7 lines (6 loc) • 348 B
TypeScript
import type { DoesCallQuery, DoesCallQueryResult } from './does-call-query-format';
import type { BasicQueryData } from '../../base-query-format';
/**
* Execute does call queries on the given analyzer.
*/
export declare function executeDoesCallQuery({ analyzer }: BasicQueryData, queries: readonly DoesCallQuery[]): Promise<DoesCallQueryResult>;