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

Method EndsWith

library/cpp/charset/ci_string.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool EndsWith(const TStringBuf& s, const CodePage& cp = csYandex) const {
74 return is_suffix(s, *this, cp);
75 }
76
77 friend bool operator==(const TCiString& s1, const TCiString& s2) {
78 return TCiString::compare(s1, s2) == 0;

Callers 13

AppendQueryStringMethod · 0.45
RemoveFinalSlashFunction · 0.45
GenerateZshMethod · 0.45
PrintUsageMethod · 0.45
PrintMethod · 0.45
Y_UNIT_TESTFunction · 0.45
TestZeroMethod · 0.45
MakeFullRequestImplFunction · 0.45
DoExecuteMethod · 0.45
GetTokensWithSuffixMethod · 0.45
Y_UNIT_TESTFunction · 0.45
LoadFilesAndSubdirsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestZeroMethod · 0.36