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

Method GetFsPath

util/folder/path_ut.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 ~TTestDirectory();
31
32 TFsPath GetFsPath() const {
33 return Path_;
34 }
35
36 TFsPath Child(const TString& name) const {
37 return Path_.Child(name);

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected