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

Function Mutate

util/generic/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(TString& s) {
1218 Mutate(MutRef(s));

Callers 7

Y_UNIT_TESTFunction · 0.70
MutateWithMaskMethod · 0.50
CopyFromSpanImplMethod · 0.50
MutateIntMethod · 0.50
MutateBoolMethod · 0.50
MutateUIntMethod · 0.50
MutateFMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected