mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
parent
bd79c1f6f6
commit
3a022d4599
2 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ public:
|
|||
uint64_t narOffset = 0; // regular files only
|
||||
};
|
||||
|
||||
virtual ~FSAccessor() { }
|
||||
|
||||
virtual Stat stat(const Path & path) = 0;
|
||||
|
||||
virtual StringSet readDirectory(const Path & path) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue