Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::UnfilteredDump Struct Reference
Inheritance diagram for nix::UnfilteredDump:
nix::PreparedDump

Public Member Functions

WireFormatGenerator dump () const override
 PreparedDump (Path rootPath)
Public Member Functions inherited from nix::PreparedDump
 PreparedDump (Path rootPath)

Additional Inherited Members

Public Attributes inherited from nix::PreparedDump
const Path rootPath

Member Function Documentation

◆ dump()

WireFormatGenerator nix::UnfilteredDump::dump ( ) const
inlineoverridevirtual

Produce a NAR of all paths that matched the filter passed to prepareDump. If no filter was passed, dump rootPath fully. Calling dump multiple times on the same object to produce multiple NARs of the same hierarchy is legal, though every call may produce a different output when disk contents change.

Implements nix::PreparedDump.


The documentation for this struct was generated from the following file:
  • lix/libutil/archive.cc