Nix 2.30.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:
  • /home/abuild/rpmbuild/BUILD/nix-2.30.0-build/nix-2.30.0/src/libfetchers/filtering-source-accessor.cc