| 1497 | }; |
| 1498 | |
| 1499 | static int child_is_working(const struct parallel_child *pp_child) |
| 1500 | { |
| 1501 | return pp_child->state == GIT_CP_WORKING; |
| 1502 | } |
| 1503 | |
| 1504 | static int child_is_ready_for_cleanup(const struct parallel_child *pp_child) |
| 1505 | { |
no outgoing calls
no test coverage detected