aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/closure.hh
AgeCommit message (Collapse)Author
2021-05-19Extract a generic `computeClosure` functionregnat
Move the `closure` logic of `computeFSClosure` to its own (templated) function. This doesn’t bring much by itself (except for the ability to properly test the “closure” functionality independently from the rest), but it allows reusing it (in particular for the realisations which will require a very similar closure computation)