Function executeCompoundQueries
- executeCompoundQueries<SubQueryType, CommonArguments>(query): QueryArgumentsWithType<SubQueryType>[]
Type Parameters
- SubQueryType extends
| "dataflow"
| "call-context"
| "normalized-ast"
| "id-map"
| "dataflow-cluster"
| "static-slice"
| "lineage"
| "dependencies"
| "location-map" - CommonArguments extends never = never
Execute a single, virtual compound query in terms of unfolding the contained queries.