Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
function
createPropRef(alias: string, prop: string) {
20
return
new
PropRef([alias, prop])
21
}
22
23
function
createValue(value: any) {
24
return
new
Value(value)
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected