#pragma once #include "types.hh" #include "hash.hh" namespace nix { PathSet scanForReferences(const Path & path, const PathSet & refs, HashResult & hash); } con' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/sqlite.cc
AgeCommit message (Expand)Author
2016-10-28daemon: Improve the SQLite wrapper API....Eelco Dolstra
2016-10-28daemon: Factor out SQLite handling....Eelco Dolstra