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

Function child_close_pair

run-command.c:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352static void child_close_pair(int fd[2])
353{
354 child_close(fd[0]);
355 child_close(fd[1]);
356}
357
358static void child_error_fn(const char *err UNUSED, va_list params UNUSED)
359{

Callers 1

start_commandFunction · 0.85

Calls 1

child_closeFunction · 0.85

Tested by

no test coverage detected