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

Function make_cmd

shell.c:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35static char *make_cmd(const char *prog)
36{
37 return xstrfmt("%s/%s", COMMAND_DIR, prog);
38}
39
40static void cd_to_homedir(void)
41{

Callers 2

run_shellFunction · 0.85
cmd_mainFunction · 0.85

Calls 1

xstrfmtFunction · 0.85

Tested by

no test coverage detected