mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 17:59:36 +01:00
* A function to query just the database id of a valid path.
This commit is contained in:
parent
6baa2a2f5e
commit
cfe742cfc5
2 changed files with 22 additions and 16 deletions
|
|
@ -213,6 +213,8 @@ private:
|
|||
|
||||
void prepareStatements();
|
||||
|
||||
unsigned long long queryValidPathId(const Path & path);
|
||||
|
||||
unsigned long long addValidPath(const ValidPathInfo & info);
|
||||
|
||||
void addReference(unsigned long long referrer, unsigned long long reference);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue