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

Function remotes_pushremote_get

remote.c:844–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

842}
843
844static inline struct remote *
845remotes_pushremote_get(struct repository *repo, const char *name)
846{
847 return remotes_remote_get_1(repo, name, remotes_pushremote_for_branch);
848}
849
850struct remote *pushremote_get(const char *name)
851{

Callers 1

pushremote_getFunction · 0.85

Calls 1

remotes_remote_get_1Function · 0.85

Tested by

no test coverage detected