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:
parent
31e98ed0a0
commit
5406256d78
2 changed files with 29 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue