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

    Provides the control flow graph with an optional, fixed configuration

    interface ControlFlowQuery {
        config?: {
            simplificationPasses?: readonly ((...) | (...) | (...) | (...))[];
        };
        type: "control-flow";
    }

    Hierarchy (View Summary)

    Index
    config?: { simplificationPasses?: readonly ((...) | (...) | (...) | (...))[] }

    Type Declaration

    • OptionalsimplificationPasses?: readonly ((...) | (...) | (...) | (...))[]

      If set, the control flow graph will be simplified using the given passes. Defaults to the default simplification order.

    type: "control-flow"

    used to select the query type :)