Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ runFork
Function
runFork
packages/opencode/src/effect/app-runtime.ts:128–130 ·
view source on GitHub ↗
(effect)
Source
from the content-addressed store, hash-verified
126
return
rt.runPromiseExit(wrap(effect), options)
127
},
128
runFork(effect) {
129
return
rt.runFork(wrap(effect))
130
},
131
runCallback(effect) {
132
return
rt.runCallback(wrap(effect))
133
},
Callers
2
pty.ts
File · 0.85
callback
Function · 0.85
Calls
1
wrap
Function · 0.70
Tested by
no test coverage detected