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

    Interface DataflowBudgetExhaustion

    What ended an extraction early, attached to the partial result as DataflowInformation.cutShort.

    interface DataflowBudgetExhaustion {
        dimension: BudgetDimension;
        limit: number;
        reached: number;
    }
    Index
    dimension: BudgetDimension

    which bound was hit

    limit: number

    the bound as it applied, i.e. after the gas feature factor scaled it

    reached: number

    what the dimension stood at when the bound was seen to be past; may overshoot by up to one FlowrGasConfig.countedCheckEvery block