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

Function IsWildcard

src/butil/strings/string_util.cc:727–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

725}
726
727static bool IsWildcard(base_icu::UChar32 character) {
728 return character == '*' || character == '?';
729}
730
731// Move the strings pointers to the point where they start to differ.
732template <typename CHAR, typename NEXT>

Callers 2

EatSameCharsFunction · 0.85
EatWildcardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected