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

Method getDistribution

src/actions.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 return(M_message[n]);
283}
284CSample* CAction::getDistribution()
285{
286 return(M_distribution);
287}
288double CAction::getDoubleValue()
289{
290 return(M_doubleValue);

Callers 2

setActionMethod · 0.80
executeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected