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

Method addStep

src/StepManager.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105step_id_type StepManager::addStep(std::shared_ptr<StepInfo> stepInfo) {
106 return steps().insert(std::make_pair(stepInfo->id, stepInfo)).first->first;
107}
108
109MatchResult StepManager::stepMatches(const std::string& stepDescription) {
110 MatchResult matchResult;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected