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

Method reset

src/actions.cpp:1029–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027}
1028
1029void CActions::reset()
1030{
1031 for (int i = 0; i < M_nbAction; i++) {
1032 delete M_actionList[i];
1033 M_actionList[i] = nullptr;
1034 }
1035 M_nbAction = 0;
1036}
1037
1038int CActions::getActionSize()
1039{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected