MCPcopy
hub / github.com/gogo/protobuf / Message

Interface Message

proto/lib.go:338–342  ·  view source on GitHub ↗

Message is implemented by generated protocol buffer messages.

Source from the content-addressed store, hash-verified

336
337// Message is implemented by generated protocol buffer messages.
338type Message interface {
339 Reset()
340 String() string
341 ProtoMessage()
342}
343
344// A Buffer is a buffer manager for marshaling and unmarshaling
345// protocol buffers. It may be reused between invocations to

Callers 52

oldFunction · 0.65
overifyFunction · 0.65
TestResetFunction · 0.65
TestJSONFunction · 0.65
TestInvalidUTF8Function · 0.65
initFunction · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65
StringMethod · 0.65

Implementers 15

Durationtypes/duration.pb.go
FieldMasktypes/field_mask.pb.go
Timestamptypes/timestamp.pb.go
Apitypes/api.pb.go
Methodtypes/api.pb.go
Mixintypes/api.pb.go
Anytypes/any.pb.go
Emptytypes/empty.pb.go
SourceContexttypes/source_context.pb.go
Structtypes/struct.pb.go
Valuetypes/struct.pb.go
ListValuetypes/struct.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…