MCPcopy Create free account
hub / github.com/TanStack/db / key

Method key

packages/db/tests/local-storage.test.ts:33–36  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

31 }
32
33 key(index: number): string | null {
34 const keys = Object.keys(this.store)
35 return keys[index] || null
36 }
37}
38
39// Mock storage event API for testing

Callers 1

keysMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected