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

Method setString

src/variables.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void CCallVariable::setString(char *P_val)
103{
104 M_type = E_VT_STRING;
105 free(M_stringValue);
106 M_stringValue = P_val;
107}
108
109char *CCallVariable::getString()
110{

Callers 2

executeActionMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected