MCPcopy Create free account
hub / github.com/git/git / attr_check_reset

Function attr_check_reset

attr.c:610–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void attr_check_reset(struct attr_check *check)
611{
612 check->nr = 0;
613}
614
615void attr_check_clear(struct attr_check *check)
616{

Callers 1

git_all_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected