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

Function getIncludesRoutingKey

packages/db/src/query/compiler/index.ts:1865–1870  ·  view source on GitHub ↗
(
  path: Array<string>,
  entries: Array<{ key: string }>,
)

Source from the content-addressed store, hash-verified

1863}
1864
1865function getIncludesRoutingKey(
1866 path: Array<string>,
1867 entries: Array<{ key: string }>,
1868): string {
1869 return getUniqueIncludesRoutingKey(path.join(`.`), entries)
1870}
1871
1872function getUniqueIncludesRoutingKey(
1873 baseKey: string,

Callers 2

Calls 2

joinMethod · 0.45

Tested by

no test coverage detected