MCPcopy Index your code
hub / github.com/Effect-TS/effect / nextFailure

Method nextFailure

packages/effect/src/internal/stm/core.ts:458–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456 }
457
458 nextFailure() {
459 let current = this.popStack()
460 while (current !== undefined && current.effect_instruction_i0 !== OpCodes.OP_ON_FAILURE) {
461 current = this.popStack()
462 }
463 return current
464 }
465
466 nextRetry() {
467 let current = this.popStack()

Callers 1

runMethod · 0.95

Calls 1

popStackMethod · 0.95

Tested by

no test coverage detected