| 169 | #endif |
| 170 | |
| 171 | std::string getPath( std::string_view path ) |
| 172 | { |
| 173 | return std::string{ path.substr( 0, path.find_last_of( PathSeparator ) ) }; |
| 174 | } |
| 175 | |
| 176 | std::string findMissing( StringArray const & lhsLines |
| 177 | , StringArray const & rhsLines |
no outgoing calls
no test coverage detected