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

Function remote_get_early

remote.c:838–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838struct remote *remote_get_early(const char *name)
839{
840 read_config(the_repository, 1);
841 return remotes_remote_get(the_repository, name);
842}
843
844static inline struct remote *
845remotes_pushremote_get(struct repository *repo, const char *name)

Callers 1

cmd_cloneFunction · 0.85

Calls 2

read_configFunction · 0.85
remotes_remote_getFunction · 0.85

Tested by

no test coverage detected