Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
gc-store.hh File Reference

Go to the source code of this file.

Classes

struct  nix::GCOptions
struct  nix::GCResults
struct  nix::GcStore

Typedefs

typedef std::unordered_map< StorePath, std::unordered_set< std::string > > nix::Roots
typedef std::unordered_map< Path, std::unordered_set< std::string > > nix::UncheckedRoots

Typedef Documentation

◆ Roots

typedef std::unordered_map<StorePath, std::unordered_set<std::string> > nix::Roots

Garbage-collector roots, referring to a store path

◆ UncheckedRoots

typedef std::unordered_map<Path, std::unordered_set<std::string> > nix::UncheckedRoots

Possible garbage collector roots, referring to any path