Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ key
Method
key
packages/app/src/utils/persist.test.ts:21–23 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
19
}
20
21
key(index: number) {
22
return
Array.from(this.values.keys())[index] ?? null
23
}
24
25
getItem(key: string) {
26
this.calls.get += 1
Callers
15
TargetSessionRoute
Function · 0.45
ResolvedDraftRoute
Function · 0.45
others
Function · 0.45
ConnectionError
Function · 0.45
entry.tsx
File · 0.45
TabNavItem
Function · 0.45
serverHealth
Function · 0.45
Titlebar
Function · 0.45
openNewTab
Function · 0.45
listServersByHealth
Function · 0.45
StatusPopoverServerBody
Function · 0.45
StatusPopoverBody
Function · 0.45
Calls
1
from
Method · 0.45
Tested by
no test coverage detected