MCPcopy
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
387func pair(a, b ast.Constant) *ast.Constant {
388 p := ast.Pair(&a, &b)
389 return &p
390}
391
392func ptr(c ast.Constant) *ast.Constant {
393 return &c

Callers 3

TestReducerCollectFunction · 0.70
TestEvalApplyFnFunction · 0.70

Calls 1

PairFunction · 0.92

Tested by

no test coverage detected