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

Function runSync

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

Source from the content-addressed store, hash-verified

117
118export const AppRuntime: Runtime = {
119 runSync(effect) {
120 return rt.runSync(wrap(effect))
121 },
122 runPromise(effect, options) {
123 return rt.runPromise(wrap(effect), options)
124 },

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.70

Tested by

no test coverage detected