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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

3647}
3648
3649func (m *ExemplarQueryRequest) MarshalTo(dAtA []byte) (int, error) {
3650 size := m.Size()
3651 return m.MarshalToSizedBuffer(dAtA[:size])
3652}
3653
3654func (m *ExemplarQueryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3655 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected