Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
TString TFsPath::GetExtension() const {
178
return TString(GetSplit().Extension());
179
}
180
181
bool TFsPath::IsAbsolute() const {
182
return GetSplit().IsAbsolute;
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
1
Extension
Method · 0.80
Tested by
no test coverage detected