| 20 | } |
| 21 | |
| 22 | std::string findPath(const std::string& filename) override { return filename; } |
| 23 | |
| 24 | void setFileContents(const std::string& filename, const std::string& contents) { |
| 25 | m_fileContents[filename] = contents; |
nothing calls this directly
no outgoing calls
no test coverage detected