MCPcopy Create free account
hub / github.com/anomalyco/opencode / ready

Function ready

packages/app/src/context/server-sync.tsx:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130 const [globalStore, setGlobalStore] = createStore<GlobalStore>({
131 get ready() {
132 return !bootstrap.isPending
133 },
134 project: [],
135 provider_auth: {},
136 get path() {

Callers 10

tabs.tsxFile · 0.70
permission.tsxFile · 0.70
highlights.tsxFile · 0.70
touchFunction · 0.70
layout.tsxFile · 0.70
server.tsxFile · 0.70
StatusPopoverFunction · 0.50
DirectoryStatusPopoverFunction · 0.50
createViewSessionFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected