aboutsummaryrefslogtreecommitdiff
#pragma once

#include "types.hh"
#include "hash.hh"

namespace nix {

PathSet scanForReferences(const Path & path, const PathSet & refs,
    HashResult & hash);
    
}
th>Author 2021-09-21graph: Add '--max-depth'....Ludovic Courtès 2020-10-20graph: Adjust test for recent OCaml changes....Ludovic Courtès 2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès 2020-05-11graph: Add 'shortest-path'....Ludovic Courtès 2020-05-11graph: reference/referrer node types work with graph traversal....Ludovic Courtès 2020-02-05tests: Adjust reverse-bag graph test to recent OCaml changes....Ludovic Courtès