MCPcopy
hub / github.com/grafana/tempo / Size

Method Size

pkg/tempopb/tempo.pb.go:6923–6936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6921}
6922
6923func (m *LinkSlice) Size() (n int) {
6924 if m == nil {
6925 return 0
6926 }
6927 var l int
6928 _ = l
6929 if len(m.Links) > 0 {
6930 for _, e := range m.Links {
6931 l = e.Size()
6932 n += 1 + l + sovTempo(uint64(l))
6933 }
6934 }
6935 return n
6936}
6937
6938func (m *QueryInstantRequest) Size() (n int) {
6939 if m == nil {

Callers 5

traceToParquetFunction · 0.95
XXX_SizeMethod · 0.95
MarshalMethod · 0.95
MarshalToMethod · 0.95

Calls 2

sovTempoFunction · 0.85
SizeMethod · 0.65

Tested by 1