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

Class

packages/db/src/errors.ts:217–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217export class NoKeysPassedToUpdateError extends CollectionOperationError {
218 constructor() {
219 super(`No keys were passed to update`)
220 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected