Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
int git_mkstemps_mode(char *pattern, int suffix_len, int mode)
502
{
503
return git_mkdstemps_mode(pattern, suffix_len, mode, false);
504
}
505
506
int git_mkstemp_mode(char *pattern, int mode)
507
{
Callers
3
git_mkstemp_mode
Function · 0.85
mks_tempfile_sm
Function · 0.85
mks_tempfile_tsm
Function · 0.85
Calls
1
git_mkdstemps_mode
Function · 0.85
Tested by
no test coverage detected