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

Method isBool

src/variables.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool CCallVariable::isBool()
54{
55 return (M_type == E_VT_BOOL);
56}
57
58bool CCallVariable::isRegExp()
59{

Callers 1

createSendingMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected