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

Method Descriptor

descriptor/descriptor.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32type Message interface {
33 proto.Message
34 Descriptor() ([]byte, []int)
35}
36
37// ForMessage returns the file descriptor proto containing

Callers 15

marshalAnyMethod · 0.95
unmarshalMessageMethod · 0.95
unmarshalMessageMethod · 0.65
setDefaultsFunction · 0.65
HasExtensionFunction · 0.65
ClearExtensionFunction · 0.65
ClearAllExtensionsFunction · 0.65
GetExtensionFunction · 0.65
SetExtensionFunction · 0.65
ExtensionDescsFunction · 0.65
writeProto3AnyMethod · 0.65

Implementers 15

Simple3internal/testprotos/jsonpb_proto/test3
SimpleSlice3internal/testprotos/jsonpb_proto/test3
SimpleMap3internal/testprotos/jsonpb_proto/test3
SimpleNull3internal/testprotos/jsonpb_proto/test3
Mappyinternal/testprotos/jsonpb_proto/test3
Simpleinternal/testprotos/jsonpb_proto/test2
NonFinitesinternal/testprotos/jsonpb_proto/test2
Repeatsinternal/testprotos/jsonpb_proto/test2
Widgetinternal/testprotos/jsonpb_proto/test2
Mapsinternal/testprotos/jsonpb_proto/test2
MsgWithOneofinternal/testprotos/jsonpb_proto/test2
Realinternal/testprotos/jsonpb_proto/test2

Calls

no outgoing calls

Tested by 4

TestRegistryFunction · 0.52
TestEnumDescriptorFunction · 0.52
TestMessageDescriptorFunction · 0.52
TestAnyReflectFunction · 0.52