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

Method abortRestore

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

Source from the content-addressed store, hash-verified

5632}
5633
5634Future<ERestoreState> FileBackupAgent::abortRestore(Reference<ReadYourWritesTransaction> tr, Key tagName) {
5635 return fileBackup::abortRestore(tr, tagName);
5636}
5637
5638Future<ERestoreState> FileBackupAgent::abortRestore(Database cx, Key tagName) {
5639 return fileBackup::abortRestore(cx, tagName);

Callers 3

Future<Void> _startFunction · 0.80
Future<Void> _startFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected