1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Specialize LocalOverlayStore::queryPathInfoUncached

This commit is contained in:
John Ericson 2023-05-08 17:30:17 -04:00
parent 31e98ed0a0
commit 5406256d78
2 changed files with 29 additions and 0 deletions

View file

@ -71,6 +71,9 @@ private:
// Overridden methods…
void registerDrvOutput(const Realisation & info) override;
void queryPathInfoUncached(const StorePath & path,
Callback<std::shared_ptr<const ValidPathInfo>> callback) noexcept override;
};
}