| 3239 | public: |
| 3240 | template <class TSteps> |
| 3241 | constexpr /*explicit(false)*/ steps(const TSteps& _steps) : steps_{_steps} {} |
| 3242 | |
| 3243 | template <class TGherkin> |
| 3244 | auto operator|(const TGherkin& gherkin) { |
nothing calls this directly
no outgoing calls
no test coverage detected