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

Function entry_extract

tree-walk.c:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static void entry_extract(struct tree_desc *t, struct name_entry *a)
108{
109 *a = t->entry;
110}
111
112static int update_tree_entry_internal(struct tree_desc *desc, struct strbuf *err)
113{

Callers 1

extended_entry_extractFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected