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

Function should_process_cmd

builtin/receive-pack.c:1864–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

execute_commands_atomicFunction · 0.85
execute_commandsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected