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

Function isMessageSet

proto/proto.go:164–167  ·  view source on GitHub ↗
(md protoreflect.MessageDescriptor)

Source from the content-addressed store, hash-verified

162}
163
164func isMessageSet(md protoreflect.MessageDescriptor) bool {
165 ms, ok := md.(interface{ IsMessageSet() bool })
166 return ok && ms.IsMessageSet()
167}

Callers 2

writeExtensionsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected