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

Function child_is_working

run-command.c:1499–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

child_is_receiving_inputFunction · 0.85
child_is_sending_outputFunction · 0.85
kill_childrenFunction · 0.85
pp_buffer_ioFunction · 0.85
pp_outputFunction · 0.85
pp_collect_finishedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected