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

Function parse_object

object.c:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398struct object *parse_object(struct repository *r, const struct object_id *oid)
399{
400 return parse_object_with_flags(r, oid, 0);
401}
402
403struct object_list *object_list_insert(struct object *item,
404 struct object_list **list_p)

Callers 15

deref_tagFunction · 0.85
cache_one_alternateFunction · 0.85
deref_without_lazy_fetchFunction · 0.85
find_commonFunction · 0.85
receive_shallow_infoFunction · 0.85
process_shallowFunction · 0.85
ref_newerFunction · 0.85
get_refFunction · 0.85
commit_is_completeFunction · 0.85
shortlogFunction · 0.85
find_merge_parentsFunction · 0.85

Calls 1

parse_object_with_flagsFunction · 0.85

Tested by 1

cmd__reachFunction · 0.68