Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
static void child_close_pair(int fd[2])
353
{
354
child_close(fd[0]);
355
child_close(fd[1]);
356
}
357
358
static void child_error_fn(const char *err UNUSED, va_list params UNUSED)
359
{
Callers
1
start_command
Function · 0.85
Calls
1
child_close
Function · 0.85
Tested by
no test coverage detected