MCPcopy Create free account
hub / github.com/git/git / read_branches

Function read_branches

builtin/remote.c:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370static void read_branches(void)
371{
372 if (branch_list.nr)
373 return;
374 repo_config(the_repository, config_read_branches, NULL);
375}
376
377struct ref_states {
378 struct remote *remote;

Callers 3

mvFunction · 0.85
rmFunction · 0.85
get_remote_ref_statesFunction · 0.85

Calls 1

repo_configFunction · 0.50

Tested by

no test coverage detected