Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
118
export
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
wrap
Function · 0.70
Tested by
no test coverage detected