| 65 | } // namespace IBackupFile_impl |
| 66 | |
| 67 | Future<Void> IBackupFile::appendStringRefWithLen(Standalone<StringRef> s) { |
| 68 | return IBackupFile_impl::appendStringRefWithLen(Reference<IBackupFile>::addRef(this), s); |
| 69 | } |
| 70 | |
| 71 | std::string IBackupContainer::ExpireProgress::toString() const { |
| 72 | std::string s = step + "..."; |
no outgoing calls
no test coverage detected