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

Method handle_arithmetic

src/scenario.cpp:1386–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1384}
1385
1386void scenario::handle_arithmetic(CAction *tmpAction, const char *what)
1387{
1388 tmpAction->setVarId(xp_get_var("assign_to", what));
1389 handle_rhs(tmpAction, what);
1390}
1391
1392void scenario::parseAction(CActions *actions)
1393{

Callers

nothing calls this directly

Calls 1

setVarIdMethod · 0.80

Tested by

no test coverage detected