mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
This commit is contained in:
parent
53e31381fa
commit
1747d649c5
14 changed files with 131 additions and 157 deletions
|
|
@ -76,9 +76,9 @@ public:
|
|||
void collectGarbage(GCAction action, const PathSet & pathsToDelete,
|
||||
bool ignoreLiveness, PathSet & result, unsigned long long & bytesFreed);
|
||||
|
||||
void setStatePathsInterval(const PathSet & statePath, const IntVector & intervals, bool allZero = false);
|
||||
void setStatePathsInterval(const Path & statePath, const CommitIntervals & intervals);
|
||||
|
||||
IntVector getStatePathsInterval(const PathSet & statePaths);
|
||||
CommitIntervals getStatePathsInterval(const Path & statePath);
|
||||
|
||||
bool isStateComponent(const Path & path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue