Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Transform
Function
Transform
library/cpp/containers/cow_string/cow_string_ut.cpp:1233–1235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1231
}
1232
1233
static TCowString Transform(const TCowString& s) {
1234
return TransformStd(s);
1235
}
1236
1237
Y_UNIT_TEST(TestTransform) {
1238
UNIT_ASSERT_VALUES_EQUAL(Transform(TCowString(
"x"
)),
"xy"
);
Callers
3
Y_UNIT_TEST
Function · 0.70
to_lower
Method · 0.70
to_upper
Method · 0.70
Calls
1
TransformStd
Function · 0.70
Tested by
no test coverage detected