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

Method Marshal

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

Source from the content-addressed store, hash-verified

4382}
4383
4384func (m *DedicatedColumn) Marshal() (dAtA []byte, err error) {
4385 size := m.Size()
4386 dAtA = make([]byte, size)
4387 n, err := m.MarshalToSizedBuffer(dAtA[:size])
4388 if err != nil {
4389 return nil, err
4390 }
4391 return dAtA[:n], nil
4392}
4393
4394func (m *DedicatedColumn) MarshalTo(dAtA []byte) (int, error) {
4395 size := m.Size()

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected