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

Method getRestoreSet

fdbclient/BackupContainerFileSystem.actor.cpp:1442–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1440}
1441
1442Future<Optional<RestorableFileSet>> BackupContainerFileSystem::getRestoreSet(Version targetVersion,
1443 VectorRef<KeyRangeRef> keyRangesFilter,
1444 bool logsOnly,
1445 Version beginVersion) {
1446 return BackupContainerFileSystemImpl::getRestoreSet(
1447 Reference<BackupContainerFileSystem>::addRef(this), targetVersion, keyRangesFilter, logsOnly, beginVersion);
1448}
1449
1450Future<Optional<Version>> BackupContainerFileSystem::VersionProperty::get() {
1451 return readVersionProperty(bc, path);

Calls

no outgoing calls

Tested by

no test coverage detected