| 31 | GETTER(unsigned int, Length, length) |
| 32 | |
| 33 | RLCPP_NODISCARD const char* c_str() const { return data; } |
| 34 | |
| 35 | RLCPP_NODISCARD std::string ToString() const { return data; } |
| 36 | explicit operator std::string() const { return data; } |
no outgoing calls
no test coverage detected