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

Method RequiredNotSet

proto/proto.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 return "proto: required field not set"
116}
117func (e *RequiredNotSetError) RequiredNotSet() bool {
118 return true
119}
120
121func checkRequiredNotSet(m protoV2.Message) error {
122 if err := protoV2.CheckInitialized(m); err != nil {

Callers 1

isRequiredNotSetErrorFunction · 0.80

Calls

no outgoing calls

Tested by 1

isRequiredNotSetErrorFunction · 0.64