MCPcopy Index your code
hub / github.com/git/git / tree_entry

Function tree_entry

tree-walk.c:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int tree_entry(struct tree_desc *desc, struct name_entry *entry)
153{
154 if (!desc->size)
155 return 0;
156
157 *entry = desc->entry;
158 update_tree_entry(desc);
159 return 1;
160}
161
162int tree_entry_gently(struct tree_desc *desc, struct name_entry *entry)
163{

Callers 14

prime_cache_tree_recFunction · 0.70
tree_is_completeFunction · 0.70
process_treeFunction · 0.70
load_subtreeFunction · 0.70
add_children_by_pathFunction · 0.70
process_tree_contentsFunction · 0.70
read_tree_atFunction · 0.70
traverse_tree_submodulesFunction · 0.70
resolve_tree_islandsFunction · 0.70
process_treeFunction · 0.70

Calls 1

update_tree_entryFunction · 0.85

Tested by

no test coverage detected