MCPcopy Create free account
hub / github.com/CICCADA-CORP/SoundTime / length

Function length

frontend/src/tests/setup.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 store = {};
16 },
17 get length() {
18 return Object.keys(store).length;
19 },
20 key: (index: number) => {
21 const keys = Object.keys(store);
22 return keys[index] || null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected