Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
430
void TFsPath::MkDirs(const int mode) const {
431
CheckDefined();
432
if (!Exists()) {
433
Parent().MkDirs(mode);
434
MkDir(mode);
435
}
436
}
437
438
void TFsPath::ForceDelete() const {
439
if (!IsDefined()) {
Callers
7
UnpackArchive
Function · 0.80
plot.cpp
File · 0.80
AlignFilePathAndCreateDir
Method · 0.80
InitializeFiles
Method · 0.80
Y_UNIT_TEST
Function · 0.80
CopyTo
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
1
MkDir
Function · 0.50
Tested by
no test coverage detected