Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
nextSuccess
Method · 0.95
nextFailure
Method · 0.95
nextRetry
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected