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

Function val

packages/db/tests/query/predicate-utils.test.ts:24–26  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

22}
23
24function val(value: any): Value {
25 return new Value(value)
26}
27
28function func(name: string, ...args: Array<BasicExpression>): Func {
29 return new Func(name, args)

Callers 2

inOpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected