| 103 | } |
| 104 | |
| 105 | step_id_type StepManager::addStep(std::shared_ptr<StepInfo> stepInfo) { |
| 106 | return steps().insert(std::make_pair(stepInfo->id, stepInfo)).first->first; |
| 107 | } |
| 108 | |
| 109 | MatchResult StepManager::stepMatches(const std::string& stepDescription) { |
| 110 | MatchResult matchResult; |
nothing calls this directly
no outgoing calls
no test coverage detected