| 16 | |
| 17 | protected: |
| 18 | std::string getFileContents(const std::string& filename) override { |
| 19 | return m_fileContents[filename]; |
| 20 | } |
| 21 | |
| 22 | std::string findPath(const std::string& filename) override { return filename; } |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected