MCPcopy 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
125static inline void close_pair(int fd[2])
126{
127 close(fd[0]);
128 close(fd[1]);
129}
130
131int is_executable(const char *name)
132{

Callers 2

start_commandFunction · 0.85
start_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected