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

Function ready

packages/app/src/context/directory-sync.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 return current()[0].status
66 },
67 get ready() {
68 return current()[0].status !== "loading"
69 },
70 get project() {
71 const store = current()[0]
72 const match = Binary.search(serverSync.data.project, store.project, (project) => project.id)

Callers

nothing calls this directly

Calls 1

currentFunction · 0.70

Tested by

no test coverage detected