----------------------------------------------------------------------------
| 21 | { |
| 22 | //---------------------------------------------------------------------------- |
| 23 | File::File(const std::filesystem::path& path) |
| 24 | : path_{path} |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | //---------------------------------------------------------------------------- |
| 29 | void File::AddSelectedLines(const std::vector<int>& lines) |
nothing calls this directly
no outgoing calls
no test coverage detected