Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
gc-store.hh File Reference
Include dependency graph for gc-store.hh:
This graph shows which files directly or indirectly include this file:

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