Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang/protobuf
/ ProtoReflect
Method
ProtoReflect
ptypes/any.go:154–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
return
153
}
154
func
(m DynamicAny) ProtoReflect() protoreflect.Message {
155
if
m.Message == nil {
156
return
nil
157
}
158
return
dynamicAny{proto.MessageReflect(m.Message)}
159
}
160
161
type
dynamicAny
struct
{ protoreflect.Message }
162
Callers
9
TestAnyReflect
Function · 0.95
UnmarshalText
Function · 0.80
newProperties
Function · 0.80
marshalAppend
Function · 0.80
UnmarshalMerge
Function · 0.80
TestUnknownV2
Function · 0.80
TestRegistry
Function · 0.80
TestEnumDescriptor
Function · 0.80
TestMessageDescriptor
Function · 0.80
Calls
1
MessageReflect
Function · 0.92
Tested by
5
TestAnyReflect
Function · 0.76
TestUnknownV2
Function · 0.64
TestRegistry
Function · 0.64
TestEnumDescriptor
Function · 0.64
TestMessageDescriptor
Function · 0.64