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

Method GetExtension

util/folder/path.cpp:177–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177TString TFsPath::GetExtension() const {
178 return TString(GetSplit().Extension());
179}
180
181bool TFsPath::IsAbsolute() const {
182 return GetSplit().IsAbsolute;

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls 1

ExtensionMethod · 0.80

Tested by

no test coverage detected