MCPcopy Create free account
hub / github.com/bytebase/bytebase / key

Function key

frontend/src/utils/migrate-user-storage.test.ts:10–12  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

8 return Object.keys(store).length;
9 },
10 key(index: number) {
11 return Object.keys(store)[index] ?? null;
12 },
13 getItem(key: string) {
14 return store[key] ?? null;
15 },

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected