MCPcopy 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

onLeadershipChangeMethod · 0.45
applyMutationsFunction · 0.45
onLeadershipChangeMethod · 0.45
subscribeMethod · 0.45

Calls

no outgoing calls

Tested by 2

onLeadershipChangeMethod · 0.36
subscribeMethod · 0.36