()
| 67 | } |
| 68 | |
| 69 | func init() { |
| 70 | errbase.RegisterWrapperEncoder(errbase.GetTypeKey((*withHint)(nil)), encodeWithHint) |
| 71 | errbase.RegisterWrapperDecoder(errbase.GetTypeKey((*withHint)(nil)), decodeWithHint) |
| 72 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…