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

Method addMatch

src/StepManager.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void MatchResult::addMatch(SingleStepMatch match) {
36 resultSet.push_back(match);
37}
38
39void InvokeArgs::addArg(const std::string arg) {
40 args.push_back(arg);

Callers 1

stepMatchesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected