| 91 | } |
| 92 | |
| 93 | void Filesystem::putMetadata(const std::map<std::string, std::string>& metadata) |
| 94 | { |
| 95 | throw UnimplementedFilesystemException(); |
| 96 | } |
| 97 | |
| 98 | std::vector<std::shared_ptr<Dirent>> Filesystem::list(const Path& path) |
| 99 | { |
no test coverage detected