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

Function StartsWith

src/butil/strings/string_util.cc:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453bool StartsWith(const string16& str, const string16& search,
454 bool case_sensitive) {
455 return StartsWithT(str, search, case_sensitive);
456}
457
458template <typename STR>
459bool EndsWithT(const STR& str, const STR& search, bool case_sensitive) {

Callers 3

TESTFunction · 0.85
AppendRelativePathMethod · 0.85

Calls 1

StartsWithTFunction · 0.85

Tested by 1

TESTFunction · 0.68