Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
TFsPath GetOutputPath() {
57
return GetWorkPath() +
"/testing_out_stuff"
;
58
}
59
60
const TString& GetRamDrivePath() {
61
return NPrivate::GetTestEnv().RamDrivePath;
Callers
2
TEST
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
1
GetWorkPath
Function · 0.85
Tested by
no test coverage detected