Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
function
createValue(value: any) {
24
return
new
Value(value)
25
}
26
27
function
createEq(left: any, right: any) {
28
return
new
Func(`eq`, [left, right])
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected