| 30 | } |
| 31 | |
| 32 | size_t countMatches(const string& stepMatch) { |
| 33 | return getResultSetFor(stepMatch).size(); |
| 34 | } |
| 35 | |
| 36 | bool matchesOnce(const string& stepMatch) { |
| 37 | return (countMatches(stepMatch) == 1); |
nothing calls this directly
no outgoing calls
no test coverage detected