Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ removeItem
Method
removeItem
packages/db/tests/local-storage.test.ts:25–27 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
23
}
24
25
removeItem(key: string): void {
26
delete this.store[key]
27
}
28
29
clear(): void {
30
this.store = {}
Callers
6
clearStorage
Function · 0.80
probe
Method · 0.80
delete
Method · 0.80
clear
Method · 0.80
delete
Method · 0.80
delete
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected