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

Method isString

src/variables.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool CCallVariable::isString()
64{
65 return (M_type == E_VT_STRING);
66}
67
68// WARNING : setMatchingValue doesn't allocate the memory for the matching value
69// but the destructor free the memory

Callers 1

createSendingMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected