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

Method constructor

packages/db/src/errors.ts:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293export class MissingMutationFunctionError extends TransactionError {
294 constructor() {
295 super(`mutationFn is required when creating a transaction`)
296 }
297}
298
299export class OnMutateMustBeSynchronousError extends TransactionError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected