MCPcopy Index your code
hub / github.com/anomalyco/opencode / runCallback

Function runCallback

packages/opencode/src/effect/app-runtime.ts:131–133  ·  view source on GitHub ↗
(effect)

Source from the content-addressed store, hash-verified

129 return rt.runFork(wrap(effect))
130 },
131 runCallback(effect) {
132 return rt.runCallback(wrap(effect))
133 },
134 dispose: () => rt.dispose(),
135}

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected