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

Function for_each_remote_ref_submodule

submodule.c:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static int for_each_remote_ref_submodule(const char *submodule,
104 refs_for_each_cb fn, void *cb_data)
105{
106 return refs_for_each_remote_ref(repo_get_submodule_ref_store(the_repository,
107 submodule),
108 fn, cb_data);
109}
110
111/*
112 * Try to update the "path" entry in the "submodule.<name>" section of the

Callers 2

submodule_needs_pushingFunction · 0.85
push_submoduleFunction · 0.85

Calls 2

refs_for_each_remote_refFunction · 0.85

Tested by

no test coverage detected