MCPcopy Index your code
hub / github.com/TanStack/db / createPropRef

Function createPropRef

packages/db/tests/query/optimizer.test.ts:19–21  ·  view source on GitHub ↗
(alias: string, prop: string)

Source from the content-addressed store, hash-verified

17
18// Helper functions to create test expressions
19function createPropRef(alias: string, prop: string) {
20 return new PropRef([alias, prop])
21}
22
23function createValue(value: any) {
24 return new Value(value)

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected