MCPcopy Create free account
hub / github.com/catboost/catboost / MkDirs

Method MkDirs

util/folder/path.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430void TFsPath::MkDirs(const int mode) const {
431 CheckDefined();
432 if (!Exists()) {
433 Parent().MkDirs(mode);
434 MkDir(mode);
435 }
436}
437
438void TFsPath::ForceDelete() const {
439 if (!IsDefined()) {

Callers 7

UnpackArchiveFunction · 0.80
plot.cppFile · 0.80
InitializeFilesMethod · 0.80
Y_UNIT_TESTFunction · 0.80
CopyToMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls 1

MkDirFunction · 0.50

Tested by

no test coverage detected