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

Function createValue

packages/db/tests/query/optimizer.test.ts:23–25  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

21}
22
23function createValue(value: any) {
24 return new Value(value)
25}
26
27function createEq(left: any, right: any) {
28 return new Func(`eq`, [left, right])

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected