MCPcopy Index your code
hub / github.com/git/git / exists_in_PATH

Function exists_in_PATH

run-command.c:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222#endif
223
224int exists_in_PATH(const char *command)
225{
226 char *r = locate_in_PATH(command);
227 int found = r != NULL;
228 free(r);
229 return found;
230}
231
232int sane_execvp(const char *file, char * const argv[])
233{

Callers 2

sane_execvpFunction · 0.85
bisect_visualizeFunction · 0.85

Calls 1

locate_in_PATHFunction · 0.85

Tested by

no test coverage detected