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

Method getPauseKey

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

Source from the content-addressed store, hash-verified

115}
116
117Key FileBackupAgent::getPauseKey() {
118 FileBackupAgent backupAgent;
119 return backupAgent.taskBucket->getPauseKey();
120}
121
122ACTOR Future<std::vector<KeyBackedTag>> TagUidMap::getAll_impl(TagUidMap* tagsMap,
123 Reference<ReadYourWritesTransaction> tr,

Callers 4

string> getStatusJSONMethod · 0.45
string> getStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected