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

Method nextRetry

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

Source from the content-addressed store, hash-verified

464 }
465
466 nextRetry() {
467 let current = this.popStack()
468 while (current !== undefined && current.effect_instruction_i0 !== OpCodes.OP_ON_RETRY) {
469 current = this.popStack()
470 }
471 return current
472 }
473
474 run(): TExit.TExit<A, E> {
475 let curr = this.self as Primitive | Context.Tag<any, any> | Either.Either<any, any> | Option.Option<any> | undefined

Callers 1

runMethod · 0.95

Calls 1

popStackMethod · 0.95

Tested by

no test coverage detected