Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/mangle
/ pair
Function
pair
functional/functional_test.go:387–390 ·
view source on GitHub ↗
(a, b ast.Constant)
Source
from the content-addressed store, hash-verified
385
}
386
387
func
pair(a, b ast.Constant) *ast.Constant {
388
p := ast.Pair(&a, &b)
389
return
&p
390
}
391
392
func
ptr(c ast.Constant) *ast.Constant {
393
return
&c
Callers
3
TestReducerCollect
Function · 0.70
TestReducerCollectCountDistinct
Function · 0.70
TestEvalApplyFn
Function · 0.70
Calls
1
Pair
Function · 0.92
Tested by
no test coverage detected