mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 04:30:59 +01:00
State paths can now be scanned and queryed (references), referres still need to be added
This commit is contained in:
parent
5164a77aab
commit
235c91dd7f
6 changed files with 40 additions and 31 deletions
|
|
@ -192,9 +192,6 @@ public:
|
|||
/* TODO */
|
||||
virtual vector<int> getStatePathsInterval(const PathSet & statePaths) = 0;
|
||||
|
||||
/* TODO */
|
||||
virtual void registerMaybeStatePath(const Path & drvPath) = 0;
|
||||
|
||||
/* TODO */
|
||||
virtual bool isStateComponent(const Path & path) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue