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

Method XXX_Unmarshal

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

Source from the content-addressed store, hash-verified

220 return fileDescriptor_ddc818d0729874b8, []int{2}
221}
222func (m *EncodedErrorDetails) XXX_Unmarshal(b []byte) error {
223 return m.Unmarshal(b)
224}
225func (m *EncodedErrorDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
226 b = b[:cap(b)]
227 n, err := m.MarshalToSizedBuffer(b)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected