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

Function finish_command_in_signal

run-command.c:1013–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011}
1012
1013int finish_command_in_signal(struct child_process *cmd)
1014{
1015 int ret = wait_or_whine(cmd->pid, cmd->args.v[0], 1);
1016 if (ret != -1)
1017 trace2_child_exit(cmd, ret);
1018 return ret;
1019}
1020
1021
1022int run_command(struct child_process *cmd)

Callers 1

wait_for_pager_signalFunction · 0.85

Calls 1

wait_or_whineFunction · 0.85

Tested by

no test coverage detected