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

Function git_mkstemp_mode

wrapper.c:506–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506int git_mkstemp_mode(char *pattern, int mode)
507{
508 /* mkstemp is just mkstemps with no suffix */
509 return git_mkstemps_mode(pattern, 0, mode);
510}
511
512int xmkstemp_mode(char *filename_template, int mode)
513{

Callers 4

create_tmpfileFunction · 0.85
xmkstemp_modeFunction · 0.85
odb_mkstempFunction · 0.85
mkstempFunction · 0.85

Calls 1

git_mkstemps_modeFunction · 0.85

Tested by

no test coverage detected