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

Class

packages/db/src/transactions.ts:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209class Transaction<T extends object = Record<string, unknown>> {
210 public id: string
211 public state: TransactionState
212 public mutationFn: MutationFn<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected