| 12 | StepInfo(stepMatcher, source) { |
| 13 | } |
| 14 | InvokeResult invokeStep(const InvokeArgs*) const override { |
| 15 | return InvokeResult::success(); |
| 16 | } |
| 17 | }; |
| 18 | |
| 19 | class StepInfoPending : public StepInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected