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

Method constructor

packages/db/src/errors.ts:576–580  ·  view source on GitHub ↗
(sourceAlias: string)

Source from the content-addressed store, hash-verified

574
575export class InvalidJoinConditionSameSourceError extends JoinError {
576 constructor(sourceAlias: string) {
577 super(
578 `Invalid join condition: both expressions refer to the same source "${sourceAlias}"`,
579 )
580 }
581}
582
583export class InvalidJoinConditionSourceMismatchError extends JoinError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected