| 51 | } |
| 52 | |
| 53 | std::string FileSystemInterface::findFile(const std::string& name) |
| 54 | { |
| 55 | return GlobalFileSystem().findFile(name); |
| 56 | } |
| 57 | |
| 58 | std::string FileSystemInterface::findRoot(const std::string& name) |
| 59 | { |
no outgoing calls
no test coverage detected