Returns true if the result contains an error and the message is not empty
| 78 | |
| 79 | // Returns true if the result contains an error and the message is not empty |
| 80 | static bool HasErrorMsg(const util::Result<SelectionResult>& res) { return !util::ErrorString(res).empty(); } |
| 81 | |
| 82 | FUZZ_TARGET(coin_grinder) |
| 83 | { |
no test coverage detected