mirror of
https://github.com/NixOS/nix.git
synced 2025-11-16 23:42:43 +01:00
Rename queryValidPaths() to queryAllValidPaths()
This commit is contained in:
parent
eb3036da87
commit
667d5f1936
9 changed files with 17 additions and 17 deletions
|
|
@ -217,10 +217,10 @@ bool RemoteStore::isValidPath(const Path & path)
|
|||
}
|
||||
|
||||
|
||||
PathSet RemoteStore::queryValidPaths()
|
||||
PathSet RemoteStore::queryAllValidPaths()
|
||||
{
|
||||
openConnection();
|
||||
writeInt(wopQueryValidPaths, to);
|
||||
writeInt(wopQueryAllValidPaths, to);
|
||||
processStderr();
|
||||
return readStorePaths<PathSet>(from);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue