| 113 | }; |
| 114 | |
| 115 | inline char const * |
| 116 | ts::err_category::name() const noexcept |
| 117 | { |
| 118 | return "trafficserver"; |
| 119 | } |
| 120 | |
| 121 | inline std::error_condition |
| 122 | err_category::default_error_condition(int code) const noexcept |
no outgoing calls
no test coverage detected