MCPcopy
hub / github.com/google/mangle / ptr

Function ptr

json2struct/json2struct_test.go:31–33  ·  view source on GitHub ↗
(c ast.Constant)

Source from the content-addressed store, hash-verified

29}
30
31func ptr(c ast.Constant) *ast.Constant {
32 return &c
33}
34
35func TestJSONtoStruct(t *testing.T) {
36 tests := []struct {

Callers 1

TestJSONtoStructFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected