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

Method XXX_Unmarshal

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

Source from the content-addressed store, hash-verified

355 return fileDescriptor_ddc818d0729874b8, []int{5}
356}
357func (m *StringsPayload) XXX_Unmarshal(b []byte) error {
358 return m.Unmarshal(b)
359}
360func (m *StringsPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
361 b = b[:cap(b)]
362 n, err := m.MarshalToSizedBuffer(b)

Callers

nothing calls this directly

Calls 1

UnmarshalMethod · 0.95

Tested by

no test coverage detected