Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ pushStack
Method
pushStack
packages/effect/src/internal/stm/core.ts:442–444 ·
view source on GitHub ↗
(cont: Continuation)
Source
from the content-addressed store, hash-verified
440
}
441
442
pushStack(cont: Continuation) {
443
this.contStack.push(cont)
444
}
445
446
popStack() {
447
return
this.contStack.pop()
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected