MCPcopy Create free account
hub / github.com/SIPp/sipp / get_rhs

Method get_rhs

src/call.cpp:5605–5612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5603}
5604
5605double 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
5614call::T_ActionResult call::executeAction(const char* msg, message* curmsg)
5615{

Callers

nothing calls this directly

Calls 4

getVarInIdMethod · 0.80
getDoubleMethod · 0.80
getVarMethod · 0.80
getDoubleValueMethod · 0.80

Tested by

no test coverage detected