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

Public Member Functions

 SubdirSourceAccessor (ref< SourceAccessor > &&parent, CanonPath &&subdirectory)
 
std::string readFile (const CanonPath &path) override
 
void readFile (const CanonPath &path, Sink &sink, std::function< void(uint64_t)> sizeCallback) override
 
bool pathExists (const CanonPath &path) override
 
std::optional< Stat > maybeLstat (const CanonPath &path) override
 
DirEntries readDirectory (const CanonPath &path) override
 
std::string readLink (const CanonPath &path) override
 
std::string showPath (const CanonPath &path) override
 

Public Attributes

ref< SourceAccessor > parent
 
CanonPath subdirectory
 

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