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

Function git_mkdtemp

wrapper.c:496–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496char *git_mkdtemp(char *pattern)
497{
498 return git_mkdstemps_mode(pattern, 0, 0700, true) ? NULL : pattern;
499}
500
501int git_mkstemps_mode(char *pattern, int suffix_len, int mode)
502{

Callers

nothing calls this directly

Calls 1

git_mkdstemps_modeFunction · 0.85

Tested by

no test coverage detected