MCPcopy Create free account
hub / github.com/segmentio/encoding / fieldError

Function fieldError

proto/error.go:22–28  ·  view source on GitHub ↗
(f fieldNumber, t wireType, err error)

Source from the content-addressed store, hash-verified

20func (e *UnmarshalFieldError) Unwrap() error { return e.Err }
21
22func fieldError(f fieldNumber, t wireType, err error) error {
23 return &UnmarshalFieldError{
24 FieldNumer: int(f),
25 WireType: int(t),
26 Err: err,
27 }
28}

Callers 1

structDecodeFuncOfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…