UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

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