MCPcopy 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
48TTempDir::~TTempDir() {
49 if (Remove) {
50 RemoveDirWithContents(TempDir);
51 }
52}

Callers

nothing calls this directly

Calls 1

RemoveDirWithContentsFunction · 0.85

Tested by

no test coverage detected