Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/
Class
packages/db/src/errors.ts:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
}
238
239
export
class
NoKeysPassedToDeleteError extends CollectionOperationError {
240
constructor() {
241
super(`No keys were passed to delete`)
242
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected