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

Function GetOutputPath

library/cpp/testing/common/env.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56TFsPath GetOutputPath() {
57 return GetWorkPath() + "/testing_out_stuff";
58}
59
60const TString& GetRamDrivePath() {
61 return NPrivate::GetTestEnv().RamDrivePath;

Callers 2

TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 1

GetWorkPathFunction · 0.85

Tested by

no test coverage detected