Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
StartupLoading
Function · 0.80
SessionRoute
Function · 0.80
DraftRoute
Function · 0.80
LegacyTargetSessionRoute
Function · 0.80
Titlebar
Function · 0.80
worktree.test.ts
File · 0.80
MarkSessionNotificationsViewed
Function · 0.80
Page
Function · 0.80
LegacyLayout
Function · 0.80
useSDKNotificationToasts
Function · 0.80
NewSessionPage
Function · 0.80
FileTabContent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected