| 701 | } |
| 702 | |
| 703 | Status HadoopFileSystem::Move(const std::string& src, const std::string& dst) { |
| 704 | return impl_->Move(src, dst); |
| 705 | } |
| 706 | |
| 707 | // ---------------------------------------------------------------------- |
| 708 | // Allow public API users to check whether we are set up correctly |
no outgoing calls
no test coverage detected