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

Method getBool

src/variables.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool CCallVariable::getBool()
160{
161 if (M_type != E_VT_BOOL) {
162 return false;
163 }
164 return(M_bool);
165}
166
167// Constructor and destructor
168CCallVariable::CCallVariable()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected