MCPcopy 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.tsFile · 0.85
callbackFunction · 0.85

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected