Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ removeItem
Function
removeItem
packages/db/src/local-storage.ts:208–210 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
206
storage.set(key, value)
207
},
208
removeItem(key: string): void {
209
storage.delete(key)
210
},
211
}
212
}
213
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected