MCPcopy 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

clearStorageFunction · 0.80
probeMethod · 0.80
deleteMethod · 0.80
clearMethod · 0.80
deleteMethod · 0.80
deleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected