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

Method getRegularExpression

src/actions.cpp:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456char *CAction::getRegularExpression()
457{
458 if (!M_regExpSet) {
459 ERROR("Trying to get a regular expression for an action that does not have one!");
460 }
461 return M_regularExpression;
462}
463
464int CAction::executeRegExp(const char* P_string, VariableTable *P_callVarTable)
465{

Callers 1

executeActionMethod · 0.80

Calls 1

ERRORFunction · 0.85

Tested by

no test coverage detected