@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Function executeQueries

    • This is the main query execution function that takes a set of queries and executes them on the given data.

      Type Parameters

      • Base extends
            | "search"
            | "origin"
            | "call-context"
            | "config"
            | "dataflow"
            | "does-call"
            | "call-graph"
            | "control-flow"
            | "dataflow-lens"
            | "files"
            | "df-shape"
            | "normalized-ast"
            | "id-map"
            | "dataflow-cluster"
            | "static-slice"
            | "dependencies"
            | "location-map"
            | "happens-before"
            | "inspect-exception"
            | "inspect-higher-order"
            | "inspect-recursion"
            | "resolve-value"
            | "project"
            | "linter"
            | "provenance"
            | "input-sources"
      • VirtualArguments extends never = never

      Parameters

      Returns Promise<QueryResults<Base>>