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

    Interface FlowrAnalysisOptions

    Options for a single analyzer operation, bounding what it may cost.

    interface FlowrAnalysisOptions {
        gas?: GasOverrides;
    }
    Index

    Gas bounds for this call (see GasOverrides), measured from it rather than against whatever the analyzer already spent, and winning over config.gas.thresholds for its duration:

    analyzer.query([...], { gas: { slicer: { critical: 30_000 } } });