mirror of
https://github.com/NixOS/nix.git
synced 2025-12-02 15:11:00 +01:00
* Implement registerValidPath().
This commit is contained in:
parent
268f9aaf28
commit
762cee72cc
3 changed files with 96 additions and 112 deletions
|
|
@ -198,7 +198,11 @@ private:
|
|||
|
||||
void prepareStatements();
|
||||
|
||||
void registerValidPath(const ValidPathInfo & info, bool ignoreValidity = false);
|
||||
unsigned long long addValidPath(const ValidPathInfo & info);
|
||||
|
||||
void addReference(unsigned long long referrer, unsigned long long reference);
|
||||
|
||||
void registerValidPath(const ValidPathInfo & info);
|
||||
|
||||
ValidPathInfo queryPathInfo(const Path & path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue