| 244 | } |
| 245 | |
| 246 | cm::string_view View() const |
| 247 | { |
| 248 | if (this->RValueString_) { |
| 249 | return *this->RValueString_; |
| 250 | } |
| 251 | return this->View_; |
| 252 | } |
| 253 | |
| 254 | std::string* RValueString() const { return this->RValueString_; } |
| 255 |
no outgoing calls
no test coverage detected