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

Function findProjectedSourceIncludePaths

packages/db/src/query/compiler/index.ts:1551–1558  ·  view source on GitHub ↗
(
  select: Record<string, any>,
  sourceAlias: string,
  sourcePath: Array<string>,
)

Source from the content-addressed store, hash-verified

1549}
1550
1551function findProjectedSourceIncludePaths(
1552 select: Record<string, any>,
1553 sourceAlias: string,
1554 sourcePath: Array<string>,
1555): Array<ProjectedSourceIncludePath> {
1556 const targetPath = [sourceAlias, ...sourcePath]
1557 return findProjectedIncludePaths(select, targetPath)
1558}
1559
1560function findProjectedResultIncludePaths(
1561 select: Record<string, any>,

Callers 1

compileQueryFunction · 0.85

Calls 1

Tested by

no test coverage detected