MCPcopy Create free account
hub / github.com/arctic-cli/interface / status

Function status

packages/arctic/src/cli/cmd/tui/context/sync.tsx:477–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 data: store,
476 set: setStore,
477 get status() {
478 return store.status
479 },
480 get ready() {
481 return store.status !== "loading"
482 },

Callers 2

UsageCardFunction · 0.50
PromptFunction · 0.50

Calls 1

getMethod · 0.45

Tested by

no test coverage detected