MCPcopy 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}
41inline int Mkdir(const char* path, int mode) {
42 return ::mkdir(path, mode);
43}
44#endif
45
46#ifdef _win_

Callers 3

Y_UNIT_TESTFunction · 0.70
GetTempFunction · 0.70
MkDirMethod · 0.50

Calls 1

mkdirFunction · 0.50

Tested by

no test coverage detected