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

Method restoreVersion

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

Source from the content-addressed store, hash-verified

156 KeyBackedProperty<Key> batchFuture() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
157 KeyBackedProperty<Version> beginVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
158 KeyBackedProperty<Version> restoreVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
159 KeyBackedProperty<Version> firstConsistentVersion() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
160
161 KeyBackedProperty<Reference<IBackupContainer>> sourceContainer() {

Callers 5

getFullStatus_implMethod · 0.45
_finishMethod · 0.45
_executeMethod · 0.45

Calls 1

packMethod · 0.45

Tested by

no test coverage detected