Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
610
void attr_check_reset(struct attr_check *check)
611
{
612
check->nr = 0;
613
}
614
615
void attr_check_clear(struct attr_check *check)
616
{
Callers
1
git_all_attrs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected