Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void CCallVariable::setString(char *P_val)
103
{
104
M_type = E_VT_STRING;
105
free(M_stringValue);
106
M_stringValue = P_val;
107
}
108
109
char *CCallVariable::getString()
110
{
Callers
2
executeAction
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected