MCPcopy
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

TargetSessionRouteFunction · 0.45
ResolvedDraftRouteFunction · 0.45
othersFunction · 0.45
ConnectionErrorFunction · 0.45
entry.tsxFile · 0.45
TabNavItemFunction · 0.45
serverHealthFunction · 0.45
TitlebarFunction · 0.45
openNewTabFunction · 0.45
listServersByHealthFunction · 0.45
StatusPopoverServerBodyFunction · 0.45
StatusPopoverBodyFunction · 0.45

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected