()
| 694 | } |
| 695 | |
| 696 | func init() { |
| 697 | errbase.RegisterWrapperEncoderWithMessageType(errbase.GetTypeKey(&werrWithElidedCause{}), encodeWithElidedCause) |
| 698 | errbase.RegisterWrapperDecoder(errbase.GetTypeKey(&werrWithElidedCause{}), decodeWithElidedCause) |
| 699 | } |
| 700 | |
| 701 | type werrMigrated struct { |
| 702 | cause error |
nothing calls this directly
no test coverage detected
searching dependent graphs…