| 7211 | } |
| 7212 | |
| 7213 | auto name() const -> std::string { return *m_name; } |
| 7214 | auto set( std::string const& newName ) -> ParserResult { |
| 7215 | |
| 7216 | auto lastSlash = newName.find_last_of( "\\/" ); |
nothing calls this directly
no outgoing calls
no test coverage detected