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

Public Member Functions

 AllowListSourceAccessorImpl (ref< SourceAccessor > next, std::set< CanonPath > &&allowedPrefixes, std::unordered_set< CanonPath > &&allowedPaths, MakeNotAllowedError &&makeNotAllowedError)
 
bool isAllowed (const CanonPath &path) override
 
void allowPrefix (CanonPath prefix) override
 

Public Attributes

std::set< CanonPath > allowedPrefixes
 
std::unordered_set< CanonPath > allowedPaths
 

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