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

Method popStack

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

Source from the content-addressed store, hash-verified

444 }
445
446 popStack() {
447 return this.contStack.pop()
448 }
449
450 nextSuccess() {
451 let current = this.popStack()

Callers 3

nextSuccessMethod · 0.95
nextFailureMethod · 0.95
nextRetryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected