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