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

Method restoreRanges

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

Source from the content-addressed store, hash-verified

151 // XXX: Remove restoreRange() once it is safe to remove. It has been changed to restoreRanges
152 KeyBackedProperty<KeyRange> restoreRange() { return configSpace.pack(LiteralStringRef(__FUNCTION__)); }
153 KeyBackedProperty<std::vector<KeyRange>> restoreRanges() {
154 return configSpace.pack(LiteralStringRef(__FUNCTION__));
155 }
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__)); }

Callers 2

Calls 1

packMethod · 0.45

Tested by

no test coverage detected