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

Method toString

fdbclient/BackupContainer.actor.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71std::string IBackupContainer::ExpireProgress::toString() const {
72 std::string s = step + "...";
73 if (total > 0) {
74 s += format("%d/%d (%.2f%%)", done, total, double(done) / total * 100);
75 }
76 return s;
77}
78
79void BackupFileList::toStream(FILE* fout) const {
80 for (const RangeFile& f : ranges) {

Callers 1

getURLFormatsMethod · 0.45

Calls 10

expiredPctMethod · 0.80
getMethod · 0.65
formatFunction · 0.50
appendMethod · 0.45
c_strMethod · 0.45
presentMethod · 0.45
emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45
orDefaultMethod · 0.45

Tested by

no test coverage detected