| 2133 | #pragma clang diagnostic pop |
| 2134 | |
| 2135 | const char* monc_error_category::name() const noexcept { |
| 2136 | return "monc"; |
| 2137 | } |
| 2138 | |
| 2139 | const char* monc_error_category::message(int ev, char*, std::size_t) const noexcept { |
| 2140 | if (ev == 0) |
no outgoing calls
no test coverage detected