| 81 | } |
| 82 | |
| 83 | void Filesystem::ClearCache(std::string_view path) const { |
| 84 | tree->ClearCache(path); |
| 85 | } |
| 86 | |
| 87 | FilesystemView Filesystem::Create(std::string_view path) const { |
| 88 | // Determine the proper file system to use |
no outgoing calls
no test coverage detected