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

Class

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

Source from the content-addressed store, hash-verified

152}
153
154export class InvalidKeyError extends CollectionOperationError {
155 constructor(key: unknown, item: unknown) {
156 const keyType = key === null ? `null` : typeof key
157 super(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected