MCPcopy Create free account
hub / github.com/cortexproject/cortex / MarshalTo

Method MarshalTo

pkg/ingester/client/ingester.pb.go:3891–3894  ·  view source on GitHub ↗
(dAtA []byte)

Source from the content-addressed store, hash-verified

3889}
3890
3891func (m *LabelNamesRequest) MarshalTo(dAtA []byte) (int, error) {
3892 size := m.Size()
3893 return m.MarshalToSizedBuffer(dAtA[:size])
3894}
3895
3896func (m *LabelNamesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3897 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected