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

Method MarshalTo

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

Source from the content-addressed store, hash-verified

3731}
3732
3733func (m *ExemplarQueryResponse) MarshalTo(dAtA []byte) (int, error) {
3734 size := m.Size()
3735 return m.MarshalToSizedBuffer(dAtA[:size])
3736}
3737
3738func (m *ExemplarQueryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
3739 i := len(dAtA)

Callers

nothing calls this directly

Calls 2

SizeMethod · 0.95
MarshalToSizedBufferMethod · 0.95

Tested by

no test coverage detected