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

Public Member Functions

 MountedSourceAccessor (std::map< CanonPath, ref< SourceAccessor > > _mounts)
 
std::string readFile (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
 
std::pair< ref< SourceAccessor >, CanonPath > resolve (CanonPath path)
 
std::optional< std::filesystem::path > getPhysicalPath (const CanonPath &path) override
 

Public Attributes

std::map< CanonPath, ref< SourceAccessor > > mounts
 

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