MCPcopy
hub / github.com/golang/protobuf / initGoTest_RepeatedGroup

Function initGoTest_RepeatedGroup

proto/proto_test.go:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func initGoTest_RepeatedGroup() *pb2.GoTest_RepeatedGroup {
53 return &pb2.GoTest_RepeatedGroup{
54 RequiredField: proto.String("repeated"),
55 }
56}
57
58func initGoTest(setdefaults bool) *pb2.GoTest {
59 pb := new(pb2.GoTest)

Callers 2

TestEncodeDecode5Function · 0.85
TestBigRepeatedFunction · 0.85

Calls 1

StringFunction · 0.92

Tested by

no test coverage detected