mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
Implement more queries
This commit is contained in:
parent
8339c170d7
commit
4173743a3c
3 changed files with 35 additions and 0 deletions
|
|
@ -89,6 +89,10 @@ private:
|
|||
|
||||
bool isValidPathUncached(const StorePath & path) override;
|
||||
|
||||
void queryReferrers(const StorePath & path, StorePathSet & referrers) override;
|
||||
|
||||
StorePathSet queryValidDerivers(const StorePath & path) override;
|
||||
|
||||
std::optional<StorePath> queryPathFromHashPart(const std::string & hashPart) override;
|
||||
|
||||
void registerValidPaths(const ValidPathInfos & infos) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue