MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / length

Function length

docs/app/utils/tests/local-storage.test.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }),
20 key: vi.fn((i: number) => Object.keys(store)[i] ?? null),
21 get length() {
22 return Object.keys(store).length
23 },
24 } as unknown as Storage
25
26 if (typeof window === "undefined") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…