Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Exists
Method
Exists
util/folder/path.cpp:382–384 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
380
}
381
382
bool TFsPath::Exists() const {
383
return IsDefined() && NFs::Exists(*this);
384
}
385
386
void TFsPath::CheckExists() const {
387
if (!Exists()) {
Callers
2
CopyTo
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected