Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ delete
Method
delete
packages/offline-transactions/tests/harness.ts:23–26 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
21
}
22
23
async
delete(key: string): Promise<void> {
24
this.store.delete(key)
25
return
Promise.resolve()
26
}
27
28
async
keys(): Promise<Array<string>> {
29
return
Promise.resolve(Array.from(this.store.keys()))
Callers
5
OnlineDetector.test.ts
File · 0.45
onLeadershipChange
Method · 0.45
applyMutations
Function · 0.45
onLeadershipChange
Method · 0.45
subscribe
Method · 0.45
Calls
no outgoing calls
Tested by
2
onLeadershipChange
Method · 0.36
subscribe
Method · 0.36