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

Function child_close

run-command.c:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346static void child_close(int fd)
347{
348 if (close(fd))
349 child_die(CHILD_ERR_CLOSE);
350}
351
352static void child_close_pair(int fd[2])
353{

Callers 2

child_close_pairFunction · 0.85
start_commandFunction · 0.85

Calls 1

child_dieFunction · 0.85

Tested by

no test coverage detected