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

Function runPromiseExit

packages/opencode/src/effect/app-runtime.ts:125–127  ·  view source on GitHub ↗
(effect, options)

Source from the content-addressed store, hash-verified

123 return rt.runPromise(wrap(effect), options)
124 },
125 runPromiseExit(effect, options) {
126 return rt.runPromiseExit(wrap(effect), options)
127 },
128 runFork(effect) {
129 return rt.runFork(wrap(effect))
130 },

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected