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

Method getStringValue

src/actions.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 return(M_doubleValue);
291}
292char* CAction::getStringValue()
293{
294 return(M_stringValue);
295}
296#ifdef PCAPPLAY
297pcap_pkts *CAction::getPcapPkts()
298{

Callers 1

executeActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected