()
| 69 | |
| 70 | func (m *SingleMessageMetadata) Reset() { *m = SingleMessageMetadata{} } |
| 71 | func (m *SingleMessageMetadata) String() string { return proto.CompactTextString(m) } |
| 72 | func (*SingleMessageMetadata) ProtoMessage() {} |
| 73 | func (m *SingleMessageMetadata) GetPayloadSize() int32 { |
| 74 | if m != nil && m.PayloadSize != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected