Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ BinaryPath
Function
BinaryPath
library/cpp/testing/common/env.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
TString BinaryPath(TStringBuf path) {
40
return (TFsPath(BuildRoot()) / path).Fix();
41
}
42
43
TString GetArcadiaTestsData() {
44
return ArcadiaSourceRoot() +
"/atd_ro_snapshot"
;
Callers
2
TEST
Function · 0.85
Y_UNIT_TEST
Function · 0.85
Calls
3
BuildRoot
Function · 0.85
TFsPath
Class · 0.50
Fix
Method · 0.45
Tested by
no test coverage detected