Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Mkdir
Function
Mkdir
util/system/sysstat.h:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return ::umask(mode);
40
}
41
inline int Mkdir(const char* path, int mode) {
42
return ::mkdir(path, mode);
43
}
44
#endif
45
46
#ifdef _win_
Callers
3
Y_UNIT_TEST
Function · 0.70
GetTemp
Function · 0.70
MkDir
Method · 0.50
Calls
1
mkdir
Function · 0.50
Tested by
no test coverage detected