(b []byte, deterministic bool)
| 846 | return m.Unmarshal(b) |
| 847 | } |
| 848 | func (m *ServiceStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 849 | if deterministic { |
| 850 | return xxx_messageInfo_ServiceStats.Marshal(b, m, deterministic) |
| 851 | } else { |
| 852 | b = b[:cap(b)] |
| 853 | n, err := m.MarshalToSizedBuffer(b) |
| 854 | if err != nil { |
| 855 | return nil, err |
| 856 | } |
| 857 | return b[:n], nil |
| 858 | } |
| 859 | } |
| 860 | func (m *ServiceStats) XXX_Merge(src proto.Message) { |
| 861 | xxx_messageInfo_ServiceStats.Merge(m, src) |
| 862 | } |
nothing calls this directly
no test coverage detected