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

Method getItem

packages/db/tests/local-storage.test.ts:17–19  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

15 }
16
17 getItem(key: string): string | null {
18 return this.store[key] || null
19 }
20
21 setItem(key: string, value: string): void {
22 this.store[key] = value

Callers 10

getStorageSizeFunction · 0.80
loadFromStorageFunction · 0.80
debugLogFunction · 0.80
verifyConsistencyFunction · 0.80
probeMethod · 0.80
getMethod · 0.80
hydrateSimulatedOfflineFunction · 0.80
getMethod · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected