MCPcopy 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
382bool TFsPath::Exists() const {
383 return IsDefined() && NFs::Exists(*this);
384}
385
386void TFsPath::CheckExists() const {
387 if (!Exists()) {

Callers 2

CopyToMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected