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

Function child_is_ready_for_cleanup

run-command.c:1504–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504static int child_is_ready_for_cleanup(const struct parallel_child *pp_child)
1505{
1506 return child_is_working(pp_child) && !pp_child->process.in;
1507}
1508
1509static int child_is_receiving_input(const struct parallel_child *pp_child)
1510{

Callers 1

pp_handle_child_IOFunction · 0.85

Calls 1

child_is_workingFunction · 0.85

Tested by

no test coverage detected