|
Nix 2.31.5
Nix, the purely functional package manager; unstable internal interfaces
|
Classes | |
| struct | NarIndexer |
Public Member Functions | |
| NarAccessor (std::string &&_nar) | |
| NarAccessor (Source &source) | |
| NarAccessor (const std::string &listing, GetNarBytes getNarBytes) | |
| NarMember * | find (const CanonPath &path) |
| NarMember & | get (const CanonPath &path) |
| std::optional< Stat > | maybeLstat (const CanonPath &path) override |
| DirEntries | readDirectory (const CanonPath &path) override |
| std::string | readFile (const CanonPath &path) override |
| std::string | readLink (const CanonPath &path) override |
Public Attributes | |
| std::optional< const std::string > | nar |
| GetNarBytes | getNarBytes |
| NarMember | root |