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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

3551}
3552
3553func (m *QueryResponse) MarshalTo(dAtA []byte) (int, error) {
3554 size := m.Size()
3555 return m.MarshalToSizedBuffer(dAtA[:size])
3556}
3557
3558func (m *QueryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3559 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected