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

Method RealPath

util/folder/path.cpp:362–365  ·  view source on GitHub ↗

XXX: move implementation to util/somewhere.

Source from the content-addressed store, hash-verified

360
361// XXX: move implementation to util/somewhere.
362TFsPath TFsPath::RealPath() const {
363 CheckDefined();
364 return ::RealPath(*this);
365}
366
367TFsPath TFsPath::RealLocation() const {
368 CheckDefined();

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

RealPathFunction · 0.85

Tested by

no test coverage detected