| 176 | |
| 177 | explicit operator std::string() const {return std::string((const char*)buf, size);} |
| 178 | std::string asString() const {return (std::string)*this;} |
| 179 | |
| 180 | std::string hexString() const; |
| 181 |
nothing calls this directly
no outgoing calls
no test coverage detected