| 172 | } |
| 173 | |
| 174 | FilesystemView Filesystem::Subtree(std::string sub_path) const { |
| 175 | return FilesystemView(shared_from_this(), sub_path); |
| 176 | } |
| 177 | |
| 178 | bool Filesystem::MakeDirectory(std::string_view, bool) const { |
| 179 | return false; |
no test coverage detected