MCPcopy Index your code
hub / github.com/google/mangle / ptr

Function ptr

functional/functional_test.go:392–394  ·  view source on GitHub ↗
(c ast.Constant)

Source from the content-addressed store, hash-verified

390}
391
392func ptr(c ast.Constant) *ast.Constant {
393 return &c
394}
395
396func evAtom(s string) ast.Atom {
397 term, err := parse.Term(s)

Callers 1

TestEvalApplyFnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected