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

Function isMessageSet

jsonpb/json.go:66–69  ·  view source on GitHub ↗
(md protoreflect.MessageDescriptor)

Source from the content-addressed store, hash-verified

64}
65
66func isMessageSet(md protoreflect.MessageDescriptor) bool {
67 ms, ok := md.(interface{ IsMessageSet() bool })
68 return ok && ms.IsMessageSet()
69}

Callers 2

marshalFieldMethod · 0.70
unmarshalMessageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected