Skip to content
1 min read · 45 words

Variable: ORDERING_GUARD_RESULT_STASH_KEY

ts
const ORDERING_GUARD_RESULT_STASH_KEY: "__orderingGuardLastResult" =
  "__orderingGuardLastResult";

Defined in: src/batteries/validation/middleware.ts:41

ctx.stash key under which the most recent OrderingGuardResult (repaired + unrepaired + advisories) is recorded, so a caller or a later pipeline stage can inspect exactly what this middleware did on the current iteration without parsing the nack error.