Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TTempDir
Method
~TTempDir
util/folder/tempdir.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
TTempDir::~TTempDir() {
49
if (Remove) {
50
RemoveDirWithContents(TempDir);
51
}
52
}
Callers
nothing calls this directly
Calls
1
RemoveDirWithContents
Function · 0.85
Tested by
no test coverage detected