Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToString
Function
ToString
library/cpp/deprecated/split/split_iterator.h:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
template <>
48
inline TString ToString(const TUi32Region& r) {
49
return TStringBuilder() <<
"("
<< r.Begin <<
", "
<< r.End <<
")"
;
50
}
51
52
template <>
53
inline TUi32Region FromString(const TString& s) {
Callers
3
Y_UNIT_TEST
Function · 0.50
String
Method · 0.50
Char
Method · 0.50
Calls
1
TStringBuilder
Class · 0.50
Tested by
no test coverage detected