MCPcopy 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_)
167char* mkdtemp(char* path) {
168 return (GetTemp(path, (int*)nullptr, 1, 0) ? path : (char*)nullptr);
169}
170#endif

Callers 2

dirut.cppFile · 0.85

Calls 1

GetTempFunction · 0.85

Tested by

no test coverage detected