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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

3768}
3769
3770func (m *LabelValuesRequest) MarshalTo(dAtA []byte) (int, error) {
3771 size := m.Size()
3772 return m.MarshalToSizedBuffer(dAtA[:size])
3773}
3774
3775func (m *LabelValuesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3776 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected