Put back TODO

I don't think the `narHash` is in need of documentation more than the
other undocumented fields, but regardless this change has nothing to do
with that field and so we should leave the comment as is.
This commit is contained in:
John Ericson
2023-02-01 10:09:25 -05:00
parent db759b1bc2
commit 59d3175649
+1
View File
@@ -29,6 +29,7 @@ struct ValidPathInfo
{
StorePath path;
std::optional<StorePath> deriver;
// TODO document this
Hash narHash;
StorePathSet references;
time_t registrationTime = 0;