Nix 2.32.6
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, boost::unordered_flat_set< CanonPath > &&allowedPaths, MakeNotAllowedError &&makeNotAllowedError)
bool isAllowed (const CanonPath &path) override
void allowPrefix (CanonPath prefix) override

Public Attributes

std::set< CanonPath > allowedPrefixes
boost::unordered_flat_set< CanonPath > allowedPaths

The documentation for this struct was generated from the following file:
  • /builddir/build/BUILD/nix-2.32.6-build/nix-2.32.6/src/libfetchers/filtering-source-accessor.cc