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

Method putTable

src/variables.cpp:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void VariableTable::putTable()
278{
279 if (--count == 0) {
280 delete this;
281 }
282}
283
284CCallVariable *VariableTable::getVar(int i)
285{

Callers 5

~VariableTableMethod · 0.80
~scenarioMethod · 0.80
initMethod · 0.80
~callMethod · 0.80
freeUserVarMapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected