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

Function key

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

Source from the content-addressed store, hash-verified

21 return Object.keys(store).length;
22 },
23 key(index: number) {
24 return Object.keys(store)[index] ?? null;
25 },
26 getItem(key: string) {
27 return store[key] ?? null;
28 },

Callers 1

assertNoChangeFunction · 0.50

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected