MCPcopy Create free account
hub / github.com/TanStack/db / set

Method set

packages/offline-transactions/tests/harness.ts:18–21  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

16 }
17
18 async set(key: string, value: string): Promise<void> {
19 this.store.set(key, value)
20 return Promise.resolve()
21 }
22
23 async delete(key: string): Promise<void> {
24 this.store.delete(key)

Callers 4

applyMutationsFunction · 0.45
wrappedMutationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected