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

Method XXX_Unmarshal

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

Source from the content-addressed store, hash-verified

162 return fileDescriptor_ddc818d0729874b8, []int{1}
163}
164func (m *EncodedErrorLeaf) XXX_Unmarshal(b []byte) error {
165 return m.Unmarshal(b)
166}
167func (m *EncodedErrorLeaf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
168 b = b[:cap(b)]
169 n, err := m.MarshalToSizedBuffer(b)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected