MCPcopy
hub / github.com/anomalyco/opencode / runPromise

Function runPromise

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

Source from the content-addressed store, hash-verified

120 return rt.runSync(wrap(effect))
121 },
122 runPromise(effect, options) {
123 return rt.runPromise(wrap(effect), options)
124 },
125 runPromiseExit(effect, options) {
126 return rt.runPromiseExit(wrap(effect), options)
127 },

Callers 9

installFunction · 0.85
addFunction · 0.85
whichFunction · 0.85
latestFunction · 0.85
methodFunction · 0.85
upgradeFunction · 0.85
waitForDependenciesFunction · 0.85
getFunction · 0.85
pluginOriginsFunction · 0.85

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected