Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
void VariableTable::putTable()
278
{
279
if (--count == 0) {
280
delete this;
281
}
282
}
283
284
CCallVariable *VariableTable::getVar(int i)
285
{
Callers
5
~VariableTable
Method · 0.80
~scenario
Method · 0.80
init
Method · 0.80
~call
Method · 0.80
freeUserVarMap
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected