Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ close_pair
Function
close_pair
run-command.c:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
static inline void close_pair(int fd[2])
126
{
127
close(fd[0]);
128
close(fd[1]);
129
}
130
131
int is_executable(const char *name)
132
{
Callers
2
start_command
Function · 0.85
start_async
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected