Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
saveToStorage
Function · 0.80
local-storage.test.ts
File · 0.80
probe
Method · 0.80
set
Method · 0.80
setSimulatedOffline
Function · 0.80
set
Method · 0.80
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected