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

Function getFirstFromAlias

packages/db/src/query/compiler/index.ts:1547–1549  ·  view source on GitHub ↗
(from: QueryIR[`from`])

Source from the content-addressed store, hash-verified

1545}
1546
1547function getFirstFromAlias(from: QueryIR[`from`]): string {
1548 return getFromSources(from)[0]?.alias ?? ``
1549}
1550
1551function findProjectedSourceIncludePaths(
1552 select: Record<string, any>,

Callers 1

processFromFunction · 0.70

Calls 1

getFromSourcesFunction · 0.70

Tested by

no test coverage detected