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

Method RealLocation

util/folder/path.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367TFsPath TFsPath::RealLocation() const {
368 CheckDefined();
369 return ::RealLocation(*this);
370}
371
372TFsPath TFsPath::ReadLink() const {
373 CheckDefined();

Callers

nothing calls this directly

Calls 1

RealLocationFunction · 0.85

Tested by

no test coverage detected