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

Function pushremote_get

remote.c:850–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850struct remote *pushremote_get(const char *name)
851{
852 read_config(the_repository, 0);
853 return remotes_pushremote_get(the_repository, name);
854}
855
856int remote_is_configured(struct remote *remote, int in_repo)
857{

Callers 2

cmd_pushFunction · 0.85
push_checkFunction · 0.85

Calls 2

read_configFunction · 0.85
remotes_pushremote_getFunction · 0.85

Tested by

no test coverage detected