Nix 2.29.0
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::NarAccessor Struct Reference
Inheritance diagram for nix::NarAccessor:

Classes

struct  NarIndexer
 

Public Member Functions

 NarAccessor (std::string &&_nar)
 
 NarAccessor (Source &source)
 
 NarAccessor (const std::string &listing, GetNarBytes getNarBytes)
 
NarMemberfind (const CanonPath &path)
 
NarMemberget (const CanonPath &path)
 
std::optional< Stat > maybeLstat (const CanonPath &path) override
 
DirEntries readDirectory (const CanonPath &path) override
 
std::string readFile (const CanonPath &path) override
 
std::string readLink (const CanonPath &path) override
 

Public Attributes

std::optional< const std::string > nar
 
GetNarBytes getNarBytes
 
NarMember root
 

The documentation for this struct was generated from the following file: