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

Function waitForDependencies

packages/opencode/src/config/tui.ts:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264const { runPromise } = makeRuntime(Service, AppNodeBuilder.build(node))
265
266export async function waitForDependencies() {
267 await runPromise((svc) => svc.waitForDependencies())
268}
269
270export async function get() {
271 return runPromise((svc) => svc.get())

Callers

nothing calls this directly

Calls 1

runPromiseFunction · 0.85

Tested by

no test coverage detected