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

Method getMessage

src/actions.cpp:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 return(M_lookingChar);
279}
280SendingMessage *CAction::getMessage(int n)
281{
282 return(M_message[n]);
283}
284CSample* CAction::getDistribution()
285{
286 return(M_distribution);

Callers 1

executeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected