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

Function TransformStd

util/generic/string_ut.cpp:1229–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227 }
1228
1229 static std::string TransformStd(const std::string& s) {
1230 return s + "y";
1231 }
1232
1233 static TString Transform(const TString& s) {
1234 return TransformStd(s);

Callers 1

TransformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected