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

Function length

frontend/src/utils/migrate-user-storage.test.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 let store: Record<string, string> = {};
6 return {
7 get length() {
8 return Object.keys(store).length;
9 },
10 key(index: number) {
11 return Object.keys(store)[index] ?? null;
12 },

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected