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

Method getProgress

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

Source from the content-addressed store, hash-verified

339
340 ACTOR static Future<std::string> getProgress_impl(RestoreConfig restore, Reference<ReadYourWritesTransaction> tr);
341 Future<std::string> getProgress(Reference<ReadYourWritesTransaction> tr) { return getProgress_impl(*this, tr); }
342
343 ACTOR static Future<std::string> getFullStatus_impl(RestoreConfig restore, Reference<ReadYourWritesTransaction> tr);
344 Future<std::string> getFullStatus(Reference<ReadYourWritesTransaction> tr) { return getFullStatus_impl(*this, tr); }

Callers 2

getFullStatus_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected