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

Function remotes_remote_get

remote.c:826–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826static inline struct remote *
827remotes_remote_get(struct repository *repo, const char *name)
828{
829 return remotes_remote_get_1(repo, name, remotes_remote_for_branch);
830}
831
832struct remote *remote_get(const char *name)
833{

Callers 5

remote_ref_for_branchFunction · 0.85
remote_getFunction · 0.85
remote_get_earlyFunction · 0.85
set_mergeFunction · 0.85
branch_get_push_1Function · 0.85

Calls 1

remotes_remote_get_1Function · 0.85

Tested by

no test coverage detected