MCPcopy 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
102static void entry_clear(struct name_entry *a)
103{
104 memset(a, 0, sizeof(*a));
105}
106
107static void entry_extract(struct tree_desc *t, struct name_entry *a)
108{

Callers 2

extended_entry_extractFunction · 0.85
traverse_treesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected