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

Method appendStringRefWithLen

fdbclient/BackupContainer.actor.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

writeKV_implMethod · 0.80
newBlockMethod · 0.80
writeKV_implMethod · 0.80
writeKey_implMethod · 0.80
writeKV_implMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected