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

    Variable GasFeatureKeyConst

    GasFeatureKey: {
        Linter: "linter";
        SideEffectLinking: "side-effect-linking";
        Source: "source";
    } = ...

    Known feature keys accepted by ReadOnlyFlowrAnalyzerGasContext.checkGas. Each key corresponds to a sensitivity factor in FlowrGasConfig.features.

    Type Declaration

    • ReadonlyLinter: "linter"

      Gas key for the linter, checked once per linting rule. Under critical pressure, remaining rules are skipped.

    • ReadonlySideEffectLinking: "side-effect-linking"

      Gas key for the side-effect link resolution phase of the dataflow extractor, which matches unknown side effects against call sites via the CFG and can be expensive for large scripts.

    • ReadonlySource: "source"

      Gas key for built-in source() file analysis.