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

Method nextSuccess

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

Source from the content-addressed store, hash-verified

448 }
449
450 nextSuccess() {
451 let current = this.popStack()
452 while (current !== undefined && current.effect_instruction_i0 !== OpCodes.OP_ON_SUCCESS) {
453 current = this.popStack()
454 }
455 return current
456 }
457
458 nextFailure() {
459 let current = this.popStack()

Callers 1

runMethod · 0.95

Calls 1

popStackMethod · 0.95

Tested by

no test coverage detected