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

Method str

src/Regex.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21std::string Regex::str() const {
22 return regexString;
23}
24
25std::shared_ptr<RegexMatch> Regex::find(const std::string& expression) const {
26 return std::make_shared<FindRegexMatch>(regexImpl, expression);

Callers 14

convertIdFunction · 0.80
stepMatchesMethod · 0.80
snippetTextMethod · 0.80
resetMethod · 0.80
getResultMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
randomStringMethod · 0.80
getStepIdMethod · 0.80
clearHookCallMarkersFunction · 0.80
getHookCallMarkersFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.64
TEST_FFunction · 0.64
randomStringMethod · 0.64
getStepIdMethod · 0.64
TEST_FFunction · 0.64