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

Method GetF_BoolRequired

internal/testprotos/proto2_proto/test.pb.go:570–575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568}
569
570func (m *GoTest) GetF_BoolRequired() bool {
571 if m != nil && m.F_BoolRequired != nil {
572 return *m.F_BoolRequired
573 }
574 return false
575}
576
577func (m *GoTest) GetF_Int32Required() int32 {
578 if m != nil && m.F_Int32Required != nil {

Callers 1

TestRequiredFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestRequiredFunction · 0.76