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

Method dumpFileList

fdbclient/BackupContainerFileSystem.actor.cpp:1335–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333}
1334
1335Future<BackupFileList> BackupContainerFileSystem::dumpFileList(Version begin, Version end) {
1336 return BackupContainerFileSystemImpl::dumpFileList(Reference<BackupContainerFileSystem>::addRef(this), begin, end);
1337}
1338
1339Future<BackupDescription> BackupContainerFileSystem::describeBackup(bool deepScan, Version logStartVersionOverride) {
1340 return BackupContainerFileSystemImpl::describeBackup(

Calls

no outgoing calls

Tested by

no test coverage detected