Closed bertschinger closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.64%. Comparing base (
956779f
) to head (deb0f91
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
descend() in utils.c includes an unnecessary parameter, trie_t *skip_names.
Every caller of descend() passes in this item from a struct input which is already passed as a parameter to descend().
Thus, descend()'s signature can be simplified by removing this extra parameter.