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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

3825}
3826
3827func (m *LabelValuesResponse) MarshalTo(dAtA []byte) (int, error) {
3828 size := m.Size()
3829 return m.MarshalToSizedBuffer(dAtA[:size])
3830}
3831
3832func (m *LabelValuesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3833 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected