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

Function Mutate

library/cpp/containers/cow_string/cow_string_ut.cpp:1213–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211
1212Y_UNIT_TEST_SUITE(Interop) {
1213 static void Mutate(std::string& s) {
1214 s += "y";
1215 }
1216
1217 static void Mutate(TCowString& s) {
1218 Mutate(MutRef(s));

Callers 1

Y_UNIT_TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected