mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Implement generic Store::queryValidPaths()
This commit is contained in:
parent
35db4f65a0
commit
c663b84573
3 changed files with 12 additions and 4 deletions
|
@ -306,7 +306,7 @@ protected:
|
|||
public:
|
||||
|
||||
/* Query which of the given paths is valid. */
|
||||
virtual PathSet queryValidPaths(const PathSet & paths) = 0;
|
||||
virtual PathSet queryValidPaths(const PathSet & paths);
|
||||
|
||||
/* Query the set of all valid paths. Note that for some store
|
||||
backends, the name part of store paths may be omitted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue