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

Function val

packages/db/tests/query/subset-dedupe.test.ts:15–17  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

13}
14
15function val<T>(value: T): Value<T> {
16 return new Value(value)
17}
18
19function gt(left: BasicExpression<any>, right: BasicExpression<any>): Func {
20 return new Func(`gt`, [left, right])

Callers 2

ref-proxy.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected