UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

7 lines (6 loc) 393 B
import type { DataflowLensQuery, DataflowLensQueryResult } from './dataflow-lens-query-format'; import type { BasicQueryData } from '../../base-query-format'; /** * Executes the given dataflow lens queries using the provided analyzer. */ export declare function executeDataflowLensQuery({ analyzer }: BasicQueryData, queries: readonly DataflowLensQuery[]): Promise<DataflowLensQueryResult>;