MCPcopy 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
39TString BinaryPath(TStringBuf path) {
40 return (TFsPath(BuildRoot()) / path).Fix();
41}
42
43TString GetArcadiaTestsData() {
44 return ArcadiaSourceRoot() + "/atd_ro_snapshot";

Callers 2

TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls 3

BuildRootFunction · 0.85
TFsPathClass · 0.50
FixMethod · 0.45

Tested by

no test coverage detected