| 1224 | } |
| 1225 | |
| 1226 | inline int length() const { |
| 1227 | return length_; |
| 1228 | } |
| 1229 | |
| 1230 | inline char* operator*() { return str_; } |
| 1231 | inline const char* operator*() const { return str_; } |
nothing calls this directly
no outgoing calls
no test coverage detected