MCPcopy 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
1467int mkstemp(char *template)
1468{
1469 return git_mkstemp_mode(template, 0600);
1470}
1471
1472int gettimeofday(struct timeval *tv, void *tz UNUSED)
1473{

Callers 1

open_output_fdFunction · 0.85

Calls 1

git_mkstemp_modeFunction · 0.85

Tested by

no test coverage detected