Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCwd
Function
GetCwd
library/cpp/testing/common/env.cpp:271–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
}
270
271
TString GetCwd() {
272
try {
273
return NFs::CurrentWorkingDirectory();
274
} catch (...) {
275
return {};
276
}
277
}
278
279
const TTestEnv& GetTestEnv() {
280
return *Singleton<TTestEnv>();
Callers
1
GetWorkPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected