| 5603 | } |
| 5604 | |
| 5605 | double call::get_rhs(CAction *currentAction) |
| 5606 | { |
| 5607 | if (currentAction->getVarInId()) { |
| 5608 | return M_callVariableTable->getVar(currentAction->getVarInId())->getDouble(); |
| 5609 | } else { |
| 5610 | return currentAction->getDoubleValue(); |
| 5611 | } |
| 5612 | } |
| 5613 | |
| 5614 | call::T_ActionResult call::executeAction(const char* msg, message* curmsg) |
| 5615 | { |
nothing calls this directly
no test coverage detected