| 90 | } |
| 91 | |
| 92 | std::shared_ptr<Directory> FetchBackend::createDirectory(mode_t mode) { |
| 93 | return std::make_shared<FetchDirectory>("", mode, this, proxy); |
| 94 | } |
| 95 | |
| 96 | const std::string FetchBackend::getFileURL(const std::string& filePath) { |
| 97 | if (filePath == "") { |
no outgoing calls
no test coverage detected