()
| 4694 | } |
| 4695 | |
| 4696 | func (m *QueryStreamResponse) Size() (n int) { |
| 4697 | if m == nil { |
| 4698 | return 0 |
| 4699 | } |
| 4700 | var l int |
| 4701 | _ = l |
| 4702 | if len(m.Chunkseries) > 0 { |
| 4703 | for _, e := range m.Chunkseries { |
| 4704 | l = e.Size() |
| 4705 | n += 1 + l + sovIngester(uint64(l)) |
| 4706 | } |
| 4707 | } |
| 4708 | return n |
| 4709 | } |
| 4710 | |
| 4711 | func (m *ExemplarQueryResponse) Size() (n int) { |
| 4712 | if m == nil { |
no test coverage detected