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

Function length

frontend/src/react/plugins/agent/store/agent.test.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 let store: Record<string, string> = {};
14 return {
15 get length() {
16 return Object.keys(store).length;
17 },
18 key(index: number) {
19 return Object.keys(store)[index] ?? null;
20 },

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected