Returns internal enum, useful for switch statement
| 59 | |
| 60 | // Returns internal enum, useful for switch statement |
| 61 | Code code() const { |
| 62 | return code_; |
| 63 | } |
| 64 | |
| 65 | const char* c_str() const { |
| 66 | static const char* messages[] = { |
nothing calls this directly
no outgoing calls
no test coverage detected