Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Extension
Method
Extension
util/folder/pathsplit.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
TStringBuf TPathSplitStore::Extension() const {
119
return size() > 0 ? CutExtension(back()) : TStringBuf();
120
}
121
122
template <>
123
void Out<TPathSplit>(IOutputStream& o, const TPathSplit& ps) {
Callers
1
GetExtension
Method · 0.80
Calls
3
CutExtension
Function · 0.85
size
Function · 0.50
back
Function · 0.50
Tested by
no test coverage detected