Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ entry_clear
Function
entry_clear
tree-walk.c:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
static void entry_clear(struct name_entry *a)
103
{
104
memset(a, 0, sizeof(*a));
105
}
106
107
static void entry_extract(struct tree_desc *t, struct name_entry *a)
108
{
Callers
2
extended_entry_extract
Function · 0.85
traverse_trees
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected