Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
164
func
isMessageSet(md protoreflect.MessageDescriptor) bool {
165
ms, ok := md.(
interface
{ IsMessageSet() bool })
166
return
ok && ms.IsMessageSet()
167
}
Callers
2
unmarshalExtensionOrAny
Method · 0.70
writeExtensions
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected