Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ mkdtemp
Function
mkdtemp
util/system/mktemp_system.cpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
166
#if defined(_win_)
167
char* mkdtemp(char* path) {
168
return (GetTemp(path, (int*)nullptr, 1, 0) ? path : (char*)nullptr);
169
}
170
#endif
Callers
2
create_ipc_wildcard_address
Method · 0.85
dirut.cpp
File · 0.85
Calls
1
GetTemp
Function · 0.85
Tested by
no test coverage detected