The proc may be this, ie, tran->currentProcedure()
| 169 | #if UNUSED |
| 170 | // The proc may be this, ie, tran->currentProcedure() |
| 171 | MachineStatus MachineBase::callProcState(MachineBase *wProc, unsigned state) |
| 172 | { |
| 173 | tran()->teSetProcedure(wProc,false); |
| 174 | return wProc->machineRunState(state); |
| 175 | } |
| 176 | #endif |
| 177 | |
| 178 | // This switches to the specifed Procedure and starts it. It is equivalent to a long goto. |
nothing calls this directly
no test coverage detected