(got int8, wanted int8)
| 71 | func (e ExtensionTypeError) Resumable() bool { return true } |
| 72 | |
| 73 | func errExt(got int8, wanted int8) error { |
| 74 | return ExtensionTypeError{Got: got, Want: wanted} |
| 75 | } |
| 76 | |
| 77 | // Extension is the interface fulfilled |
| 78 | // by types that want to define their |
no outgoing calls
no test coverage detected
searching dependent graphs…