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

Method isRestore

fdbserver/DataDistributionQueue.actor.cpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 bool isRestore() const { return this->dataMove != nullptr; }
171
172 bool operator>(const RelocateData& rhs) const {
173 return priority != rhs.priority

Calls

no outgoing calls

Tested by

no test coverage detected