MCPcopy 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

1296template <typename TChar>
1297struct TConvertKey {
1298 static inline TString Convert(const TStringBuf& key) {
1299 return ToString(key);
1300 }
1301};
1302
1303template <>

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.50

Tested by

no test coverage detected