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

Class T

util/string/util_ut.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26 void TestRemoveAll() {
27 static const struct T {
28 const char* Str;
29 char Ch;
30 const char* Result;
31 } tests[] = {
32 {"", 'x', ""},
33 {"hello world", 'h', "ello world"},
34 {"hello world", 'l', "heo word"},

Callers 5

TryFromStringWithDefaultFunction · 0.70
FromStringWithDefaultFunction · 0.70
StripStringMethod · 0.70
ParseFastMethod · 0.70
ParseSlowMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected