Closed Rajan-226 closed 1 year ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
2141361
) 100.00% compared to head (1aacaae
) 100.00%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@BooleanCat Have done the changes, I think find should also go in iter.go though.
@BooleanCat Have done the changes, I think find should also go in iter.go though.
Good point and I agree. Feel free to submit a PR with this change otherwise I'll move it next time I'm near that code.
@Rajan-226 Thanks for your contribution!
Please provide a brief description of the change.
A sentence or two is fine, the rest should be clear from the code change and related issue. It adds for each for iterator package, which can execute a callback on each item contained by an iterator.
Which issue does this change relate to?
Please provide a link to the issue that this change resolved.
45
If there is no such issue, consider creating one first. Discussions concerning proposed changes ought to take place in an issue and not in pull requests. Pull requests not associated with an issue are less likely to be merged and more likely to ask for changes.
Contribution checklist.
Replace the space in each box with "X" to check it off.
make check
)make test
)Additional context
Add any other context about the problem here.