Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ mkstemp
Function
mkstemp
compat/mingw.c:1467–1470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1465
}
1466
1467
int mkstemp(char *template)
1468
{
1469
return git_mkstemp_mode(template, 0600);
1470
}
1471
1472
int gettimeofday(struct timeval *tv, void *tz UNUSED)
1473
{
Callers
1
open_output_fd
Function · 0.85
Calls
1
git_mkstemp_mode
Function · 0.85
Tested by
no test coverage detected