MCPcopy Create free account
hub / github.com/apache/brpc / EndsWith

Function EndsWith

src/butil/strings/string_util.cc:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471bool EndsWith(const std::string& str, const std::string& search,
472 bool case_sensitive) {
473 return EndsWithT(str, search, case_sensitive);
474}
475
476bool EndsWith(const string16& str, const string16& search,
477 bool case_sensitive) {

Callers 3

TESTFunction · 0.50
IsValidWildcardStringMethod · 0.50

Calls 1

EndsWithTFunction · 0.85

Tested by 1

TESTFunction · 0.40