Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Hensing <[email protected]>
  • Loading branch information
Ericson2314 and roberth authored Aug 25, 2023
1 parent e8eefa0 commit bf4361f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstore/derived-path-map.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ namespace nix {
* `SingleDerivedPath::Built::output` is used to look up that child's
* child via its map. In this manner, every `SingleDerivedPath` is
* mapped to a child node.
*
* @param V A type to instantiate for each output. For example, the scheduler uses `DerivedPathMap<CreateDerivationAndRealiseGoal>` to remember which goals correspond to which outputs.
*/
template<typename V>
struct DerivedPathMap {
Expand Down

0 comments on commit bf4361f

Please sign in to comment.