| 6100 | } |
| 6101 | |
| 6102 | auto name() const -> std::string { return *m_name; } |
| 6103 | auto set( std::string const& newName ) -> ParserResult { |
| 6104 | |
| 6105 | auto lastSlash = newName.find_last_of( "\\/" ); |
nothing calls this directly
no outgoing calls
no test coverage detected