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

Method constructor

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

Source from the content-addressed store, hash-verified

582
583export class InvalidJoinConditionSourceMismatchError extends JoinError {
584 constructor() {
585 super(`Invalid join condition: expressions must reference source aliases`)
586 }
587}
588
589export class InvalidJoinConditionLeftSourceError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected