Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Convert
Method
Convert
library/cpp/containers/comptrie/comptrie_ut.cpp:1298–1300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1296
template <typename TChar>
1297
struct TConvertKey {
1298
static inline TString Convert(const TStringBuf& key) {
1299
return ToString(key);
1300
}
1301
};
1302
1303
template <>
Callers
nothing calls this directly
Calls
1
ToString
Function · 0.50
Tested by
no test coverage detected