Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1212
Y_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_TEST
Function · 0.70
MutateWithMask
Method · 0.50
CopyFromSpanImpl
Method · 0.50
MutateInt
Method · 0.50
MutateBool
Method · 0.50
MutateUInt
Method · 0.50
MutateF
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected