| 1862 | } |
| 1863 | |
| 1864 | static int should_process_cmd(struct command *cmd) |
| 1865 | { |
| 1866 | return !cmd->error_string && !cmd->skip_update; |
| 1867 | } |
| 1868 | |
| 1869 | static void BUG_if_skipped_connectivity_check(struct command *commands, |
| 1870 | struct shallow_info *si) |
no outgoing calls
no test coverage detected