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

Function repo_parse_tree

tree.h:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 int quiet_on_missing);
25#define parse_tree(t) repo_parse_tree(the_repository, t)
26static inline int repo_parse_tree(struct repository *r, struct tree *item)
27{
28 return repo_parse_tree_gently(r, item, 0);
29}
30void free_tree_buffer(struct tree *tree);
31
32/* Parses and returns the tree in the given ent, chasing tags and commits. */

Callers 15

collect_merge_infoFunction · 0.85
checkoutFunction · 0.85
prime_cache_tree_recFunction · 0.85
process_treeFunction · 0.85
checkout_fast_forwardFunction · 0.85
read_tree_atFunction · 0.85
fsck_walk_treeFunction · 0.85
resolve_tree_islandsFunction · 0.85
process_treeFunction · 0.85
fill_bitmap_treeFunction · 0.85
fast_forward_toFunction · 0.85

Calls 1

repo_parse_tree_gentlyFunction · 0.85

Tested by

no test coverage detected