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

Function ArcadiaSourceRoot

library/cpp/testing/common/env.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include <library/cpp/json/json_writer.h>
18
19TString ArcadiaSourceRoot() {
20 if (const auto& sourceRoot = NPrivate::GetTestEnv().SourceRoot) {
21 return sourceRoot;
22 } else {
23 return GetArcadiaSourcePath();
24 }
25}
26
27TString BuildRoot() {
28 if (const auto& buildRoot = NPrivate::GetTestEnv().BuildRoot) {

Callers 5

Y_UNIT_TEST_SUITEFunction · 0.85
GetArcadiaTestsDataFunction · 0.85
TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected