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

Function branch_get

remote.c:1807–1810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1805}
1806
1807struct branch *branch_get(const char *name)
1808{
1809 return repo_branch_get(the_repository, name);
1810}
1811
1812const char *repo_default_remote(struct repository *repo)
1813{

Callers 15

populate_valueFunction · 0.85
interpret_branch_markFunction · 0.85
inherit_trackingFunction · 0.85
refspec_append_mappedFunction · 0.85
get_base_commitFunction · 0.85
cmd_cherryFunction · 0.85
cmd_rebaseFunction · 0.85

Calls 1

repo_branch_getFunction · 0.85

Tested by

no test coverage detected