Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ val
Function
val
packages/db/src/query/builder/ref-proxy.ts:346–348 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
344
* Helper to create a Value expression from a literal
345
*/
346
export
function
val<T>(value: T): BasicExpression<T> {
347
return
new
Value(value)
348
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected