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

Method setItem

packages/db/tests/local-storage.test.ts:21–23  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

19 }
20
21 setItem(key: string, value: string): void {
22 this.store[key] = value
23 }
24
25 removeItem(key: string): void {
26 delete this.store[key]

Callers 7

saveToStorageFunction · 0.80
probeMethod · 0.80
setMethod · 0.80
setSimulatedOfflineFunction · 0.80
setMethod · 0.80
setMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected