mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Unify DirEntries types
This commit is contained in:
parent
cdb27c1519
commit
5381123879
8 changed files with 16 additions and 14 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
|
||||
std::optional<Stat> stat(const Path & path) override;
|
||||
|
||||
StringSet readDirectory(const Path & path) override;
|
||||
DirEntries readDirectory(const Path & path) override;
|
||||
|
||||
std::string readFile(const Path & path, bool requireValidPath = true) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue