MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / IsRepeat

Function IsRepeat

rtpose_wrapper/src/gtest/gtest-all.cpp:7990–7990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7988 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
7989}
7990bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
7991bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
7992bool IsAsciiWordChar(char ch) {
7993 return ('a' <= ch && ch <= 'z') || ('A' <= ch && ch <= 'Z') ||

Callers 2

ValidateRegexFunction · 0.85
MatchRegexAtHeadFunction · 0.85

Calls 1

IsInSetFunction · 0.85

Tested by

no test coverage detected