MCPcopy Index your code
hub / github.com/cockroachdb/errors / XXX_Unmarshal

Method XXX_Unmarshal

errorspb/errors.pb.go:275–277  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

273 return fileDescriptor_ddc818d0729874b8, []int{3}
274}
275func (m *EncodedWrapper) XXX_Unmarshal(b []byte) error {
276 return m.Unmarshal(b)
277}
278func (m *EncodedWrapper) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
279 b = b[:cap(b)]
280 n, err := m.MarshalToSizedBuffer(b)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected