MCPcopy Create free account
hub / github.com/apple/foundationdb / renameFile

Method renameFile

fdbrpc/Net2FileSystem.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141Future<Void> Net2FileSystem::renameFile(const std::string& from, const std::string& to) {
142 return Net2AsyncFile::renameFile(from, to);
143}
144
145void Net2FileSystem::stop() {
146 Net2AsyncFile::stop();

Callers

nothing calls this directly

Calls 1

renameFileFunction · 0.85

Tested by

no test coverage detected