MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / find

Method find

src/Regex.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25std::shared_ptr<RegexMatch> Regex::find(const std::string& expression) const {
26 return std::make_shared<FindRegexMatch>(regexImpl, expression);
27}
28
29namespace {
30bool isUtf8CodeUnitStartOfCodepoint(unsigned int i) {

Callers 6

matchesMethod · 0.80
getStepMethod · 0.80
decodeMethod · 0.80
TESTFunction · 0.80
extractedParamsAreMethod · 0.80
retireActorMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
extractedParamsAreMethod · 0.64