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

Method toString

fdbclient/FileBackupAgent.actor.cpp:2986–2991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2984 } Params;
2985
2986 std::string toString(Reference<Task> task) const override {
2987 std::string returnStr = RestoreFileTaskFuncBase::toString(task);
2988 for (auto& range : Params.getOriginalFileRanges(task))
2989 returnStr += format(" originalFileRange '%s'", printable(range).c_str());
2990 return returnStr;
2991 }
2992
2993 ACTOR static Future<Void> _execute(Database cx,
2994 Reference<TaskBucket> taskBucket,

Callers

nothing calls this directly

Calls 5

getOriginalFileRangesMethod · 0.80
printableFunction · 0.70
toStringFunction · 0.50
formatFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected