MCPcopy Create free account
hub / github.com/catboost/catboost / Transform

Function Transform

util/generic/string_ut.cpp:1233–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231 }
1232
1233 static TString Transform(const TString& s) {
1234 return TransformStd(s);
1235 }
1236
1237 Y_UNIT_TEST(TestTransform) {
1238 UNIT_ASSERT_VALUES_EQUAL(Transform(TString("x")), "xy");

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls 1

TransformStdFunction · 0.70

Tested by

no test coverage detected