Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
280
SendingMessage *CAction::getMessage(int n)
281
{
282
return(M_message[n]);
283
}
284
CSample* CAction::getDistribution()
285
{
286
return(M_distribution);
Callers
1
executeAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected