| 33 | const std::vector<std::string>& GetLines() const; |
| 34 | |
| 35 | MappedFile(const MappedFile&) = delete; |
| 36 | MappedFile& operator=(const MappedFile&) = delete; |
| 37 | MappedFile(MappedFile&&) = default; |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected