Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ mkstemps
Function
mkstemps
util/system/mktemp_system.cpp:160–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
extern
"C"
int mkstemps(char* path, int slen) {
161
int fd;
162
163
return (GetTemp(path, &fd, 0, slen) ? fd : -1);
164
}
165
166
#if defined(_win_)
167
char* mkdtemp(char* path) {
Callers
1
MakeTempName
Function · 0.85
Calls
1
GetTemp
Function · 0.85
Tested by
no test coverage detected