| 139 | } |
| 140 | |
| 141 | Future<Void> Net2FileSystem::renameFile(const std::string& from, const std::string& to) { |
| 142 | return Net2AsyncFile::renameFile(from, to); |
| 143 | } |
| 144 | |
| 145 | void Net2FileSystem::stop() { |
| 146 | Net2AsyncFile::stop(); |
nothing calls this directly
no test coverage detected