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

Function free_tree_buffer

tree.c:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void free_tree_buffer(struct tree *tree)
209{
210 FREE_AND_NULL(tree->buffer);
211 tree->size = 0;
212 tree->object.parsed = 0;
213}
214
215struct tree *repo_parse_tree_indirect(struct repository *r,
216 const struct object_id *oid)

Callers 15

tree_is_completeFunction · 0.85
process_treeFunction · 0.85
add_promisor_objectFunction · 0.85
add_children_by_pathFunction · 0.85
process_treeFunction · 0.85
parse_object_with_flagsFunction · 0.85
parsed_object_pool_clearFunction · 0.85
resolve_tree_islandsFunction · 0.85
process_treeFunction · 0.85
add_tree_entriesFunction · 0.85
fill_bitmap_treeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected