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

Function should_update_submodules

submodule.c:745–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745int should_update_submodules(void)
746{
747 return config_update_recurse_submodules == RECURSE_SUBMODULES_ON;
748}
749
750const struct submodule *submodule_from_ce(const struct cache_entry *ce)
751{

Callers 3

submodule_from_ceFunction · 0.85
check_updatesFunction · 0.85
oneway_mergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected