| 153 | } |
| 154 | |
| 155 | void StepCallChain::execStep() { |
| 156 | if (stepInfo) { |
| 157 | result = stepInfo->invokeStep(pStepArgs); |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | CallableStepChain::CallableStepChain(StepCallChain* scc) : |
| 162 | scc(scc) { |
nothing calls this directly
no test coverage detected