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

Function git_mkstemps_mode

wrapper.c:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501int git_mkstemps_mode(char *pattern, int suffix_len, int mode)
502{
503 return git_mkdstemps_mode(pattern, suffix_len, mode, false);
504}
505
506int git_mkstemp_mode(char *pattern, int mode)
507{

Callers 3

git_mkstemp_modeFunction · 0.85
mks_tempfile_smFunction · 0.85
mks_tempfile_tsmFunction · 0.85

Calls 1

git_mkdstemps_modeFunction · 0.85

Tested by

no test coverage detected