mirror of
https://github.com/NixOS/nix
synced 2025-06-30 03:23:16 +02:00
archive: check close errors when extracting nars
This commit is contained in:
parent
f704c2720f
commit
223f8dace0
3 changed files with 11 additions and 0 deletions
|
@ -60,6 +60,7 @@ struct ParseSink
|
|||
virtual void createDirectory(const Path & path) { };
|
||||
|
||||
virtual void createRegularFile(const Path & path) { };
|
||||
virtual void closeRegularFile() { };
|
||||
virtual void isExecutable() { };
|
||||
virtual void preallocateContents(uint64_t size) { };
|
||||
virtual void receiveContents(std::string_view data) { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue