----------------------------------------------------------------------------
| 39 | |
| 40 | //---------------------------------------------------------------------------- |
| 41 | void File::SetPath(const std::filesystem::path& path) |
| 42 | { |
| 43 | path_ = path; |
| 44 | } |
| 45 | |
| 46 | //---------------------------------------------------------------------------- |
| 47 | const std::set<int>& File::GetSelectedLines() const |
no outgoing calls
no test coverage detected