Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ clear
Method
clear
packages/db/tests/local-storage.test.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
clear(): void {
30
this.store = {}
31
}
32
33
key(index: number): string | null {
34
const
keys = Object.keys(this.store)
Callers
3
SortedMap.test.ts
File · 0.45
local-storage.test.ts
File · 0.45
proxy.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected