mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
Make verifyAllValidPaths more functional
return map rather than mutate one passed in by reference
This commit is contained in:
parent
73c9fc7ab1
commit
6b297e5895
4 changed files with 19 additions and 12 deletions
|
|
@ -135,11 +135,11 @@ private:
|
|||
*
|
||||
* Note that this includes store objects that reside in either overlayfs layer;
|
||||
* just enumerating the contents of the upper layer would skip them.
|
||||
*
|
||||
*
|
||||
* We don't verify the contents of both layers on the assumption that the lower layer is far bigger,
|
||||
* and also the observation that anything not in the upper db the overlayfs doesn't yet care about.
|
||||
*/
|
||||
bool verifyAllValidPaths(RepairFlag repair, StorePathSet & validPaths) override;
|
||||
std::pair<bool, StorePathSet> verifyAllValidPaths(RepairFlag repair) override;
|
||||
|
||||
/**
|
||||
* For lower-store paths, we used the lower store location. This avoids the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue