Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
static void child_close(int fd)
347
{
348
if (close(fd))
349
child_die(CHILD_ERR_CLOSE);
350
}
351
352
static void child_close_pair(int fd[2])
353
{
Callers
2
child_close_pair
Function · 0.85
start_command
Function · 0.85
Calls
1
child_die
Function · 0.85
Tested by
no test coverage detected