1
1
Fork 0
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:
John Ericson 2023-05-09 17:20:58 -04:00
parent 8339c170d7
commit 4173743a3c
3 changed files with 35 additions and 0 deletions

View file

@ -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;