| 25 | ) |
| 26 | |
| 27 | type unimplementedError struct { |
| 28 | // For now, msg is non-reportable. |
| 29 | msg string |
| 30 | IssueLink |
| 31 | } |
| 32 | |
| 33 | var _ error = (*unimplementedError)(nil) |
| 34 | var _ fmt.Formatter = (*unimplementedError)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected