Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
function
val(value: any): Value {
25
return
new
Value(value)
26
}
27
28
function
func(name: string, ...args: Array<BasicExpression>): Func {
29
return
new
Func(name, args)
Callers
2
inOp
Function · 0.70
predicate-utils.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected