13class PathRefScanSink :
public RefScanSink
15 std::map<std::string, StorePath> backMap;
17 PathRefScanSink(StringSet && hashes, std::map<std::string, StorePath> && backMap);
21 static PathRefScanSink fromPaths(
const StorePathSet & refs);
23 StorePathSet getResultPaths();