mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
Bugfix: Before adjusting registerValidPath to also be able to take state paths
This commit is contained in:
parent
22473597ec
commit
04dd3fdf34
10 changed files with 137 additions and 78 deletions
|
|
@ -214,10 +214,17 @@ public:
|
|||
/* TODO */
|
||||
virtual bool isStateDrv(const Derivation & drv) = 0;
|
||||
|
||||
/* TODO */
|
||||
virtual void storePathRequisites(const Path & storePath, const bool includeOutputs, PathSet & paths, const bool & withState) = 0;
|
||||
|
||||
/* TODO */
|
||||
virtual void storePathStateRequisitesOnly(const Path & storePath, const bool includeOutputs, PathSet & statePaths) = 0;
|
||||
|
||||
|
||||
/* TODO */
|
||||
virtual void scanForAllReferences(const Path & statePath) = 0;
|
||||
|
||||
/* TODO */
|
||||
virtual void scanForAllReferencesRecusively(const Path & storePath) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue