1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00
nix/src/nix-store/graphml.hh

10 lines
119 B
C++
Raw Normal View History

#pragma once
#include "store-api.hh"
namespace nix {
void printGraphML(ref<Store> store, StorePathSet && roots);
}