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