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

Function merge_remote_util

commit.c:1869–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867static struct merge_desc_slab merge_desc_slab = COMMIT_SLAB_INIT(1, merge_desc_slab);
1868
1869struct merge_remote_desc *merge_remote_util(const struct commit *commit)
1870{
1871 return *merge_desc_slab_at(&merge_desc_slab, commit);
1872}
1873
1874void set_merge_remote_desc(struct commit *commit,
1875 const char *name, struct object *obj)

Callers 9

format_commitFunction · 0.85
handle_signed_tagFunction · 0.85
get_merge_parentFunction · 0.85
merge_nameFunction · 0.85
try_merge_strategyFunction · 0.85
write_merge_headsFunction · 0.85
collect_parentsFunction · 0.85
merging_a_throwaway_tagFunction · 0.85
cmd_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected