tvl-depot/third_party/nix/src/nix-store/dotgraph.hh

12 lines
147 B
C++
Raw Normal View History

#pragma once
#include "types.hh"
namespace nix {
class Store;
void printDotGraph(ref<Store> store, const PathSet& roots);
} // namespace nix