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

Method ready

packages/opencode/test/cli/cmd/tui/attention.test.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 store: Record<string, unknown> = {}
71
72 get ready() {
73 return true
74 }
75
76 get<Value = unknown>(key: string, fallback?: Value) {
77 return (this.store[key] ?? fallback) as Value

Callers 15

StartupLoadingFunction · 0.80
SessionRouteFunction · 0.80
DraftRouteFunction · 0.80
LegacyTargetSessionRouteFunction · 0.80
TitlebarFunction · 0.80
worktree.test.tsFile · 0.80
PageFunction · 0.80
LegacyLayoutFunction · 0.80
useSDKNotificationToastsFunction · 0.80
NewSessionPageFunction · 0.80
FileTabContentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected