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

Function ArcadiaFromCurrentLocation

library/cpp/testing/common/env.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35TString ArcadiaFromCurrentLocation(TStringBuf where, TStringBuf path) {
36 return (TFsPath(ArcadiaSourceRoot()) / TFsPath(where).Parent() / path).Fix();
37}
38
39TString BinaryPath(TStringBuf path) {
40 return (TFsPath(BuildRoot()) / path).Fix();

Callers

nothing calls this directly

Calls 4

ArcadiaSourceRootFunction · 0.85
ParentMethod · 0.80
TFsPathClass · 0.50
FixMethod · 0.45

Tested by

no test coverage detected