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

Method MarshalTo

tempodb/backend/v1.pb.go:460–463  ·  view source on GitHub ↗
(dAtA []byte)

Source from the content-addressed store, hash-verified

458}
459
460func (m *CompactedBlockMeta) MarshalTo(dAtA []byte) (int, error) {
461 size := m.Size()
462 return m.MarshalToSizedBuffer(dAtA[:size])
463}
464
465func (m *CompactedBlockMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) {
466 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected