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

Function cleanup_children_on_exit

run-command.c:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static void cleanup_children_on_exit(void)
91{
92 cleanup_children(SIGTERM, 0);
93}
94
95static void mark_child_for_cleanup(pid_t pid, struct child_process *process)
96{

Callers

nothing calls this directly

Calls 1

cleanup_childrenFunction · 0.85

Tested by

no test coverage detected