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

Method dump

src/variables.cpp:349–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void AllocVariableTable::dump()
350{
351 if (av_parent) {
352 av_parent->dump();
353 }
354 WARNING("%zu level %d variables:", variableMap.size(), level);
355 for (str_int_map::iterator i = variableMap.begin(); i != variableMap.end(); i++) {
356 WARNING("%s", i->first.c_str());
357 }
358}
359
360void AllocVariableTable::validate()
361{

Callers

nothing calls this directly

Calls 2

WARNINGFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected