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

Function BuildRoot

library/cpp/testing/common/env.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27TString BuildRoot() {
28 if (const auto& buildRoot = NPrivate::GetTestEnv().BuildRoot) {
29 return buildRoot;
30 } else {
31 return GetArcadiaSourcePath();
32 }
33}
34
35TString ArcadiaFromCurrentLocation(TStringBuf where, TStringBuf path) {
36 return (TFsPath(ArcadiaSourceRoot()) / TFsPath(where).Parent() / path).Fix();

Callers 2

BinaryPathFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected