Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void MatchResult::addMatch(SingleStepMatch match) {
36
resultSet.push_back(match);
37
}
38
39
void InvokeArgs::addArg(const std::string arg) {
40
args.push_back(arg);
Callers
1
stepMatches
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected