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

Function mingw_spawnv

compat/mingw.c:2142–2145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140}
2141
2142static pid_t mingw_spawnv(const char *cmd, const char **argv, int prepend_cmd)
2143{
2144 return mingw_spawnve_fd(cmd, argv, NULL, NULL, prepend_cmd, 0, 1, 2);
2145}
2146
2147pid_t mingw_spawnvpe(const char *cmd, const char **argv, char **deltaenv,
2148 const char *dir,

Callers 2

try_shell_execFunction · 0.85
mingw_execvFunction · 0.85

Calls 1

mingw_spawnve_fdFunction · 0.85

Tested by

no test coverage detected