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

Function findProjectedResultIncludePaths

packages/db/src/query/compiler/index.ts:1560–1565  ·  view source on GitHub ↗
(
  select: Record<string, any>,
  resultPath: Array<string>,
)

Source from the content-addressed store, hash-verified

1558}
1559
1560function findProjectedResultIncludePaths(
1561 select: Record<string, any>,
1562 resultPath: Array<string>,
1563): Array<ProjectedSourceIncludePath> {
1564 return findProjectedIncludePaths(select, resultPath)
1565}
1566
1567function findProjectedIncludePaths(
1568 select: Record<string, any>,

Callers 1

compileQueryFunction · 0.85

Calls 1

Tested by

no test coverage detected