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

Public Member Functions

 LocalStoreAccessor (ref< LocalFSStore > store, bool requireValidPath)
 
CanonPath toRealPath (const CanonPath &path)
 
std::optional< Stat > maybeLstat (const CanonPath &path) override
 
DirEntries readDirectory (const CanonPath &path) override
 
void readFile (const CanonPath &path, Sink &sink, std::function< void(uint64_t)> sizeCallback) override
 
std::string readLink (const CanonPath &path) override
 

Public Attributes

ref< LocalFSStore > store
 
bool requireValidPath
 

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