| 268 | } |
| 269 | |
| 270 | Result<std::string> FileSystem::MakeUri(std::string path) const { |
| 271 | return Status::NotImplemented("MakeUri is not yet supported for ", type_name(), |
| 272 | " filesystems"); |
| 273 | } |
| 274 | |
| 275 | ////////////////////////////////////////////////////////////////////////// |
| 276 | // SubTreeFileSystem implementation |
nothing calls this directly
no test coverage detected