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

Method initialize

src/reporttask.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36class screentask *screentask::instance = nullptr;
37
38void stattask::initialize()
39{
40 assert(!instance);
41 if (dumpInFile || useCountf || useErrorCodesf) {
42 instance = new stattask();
43 }
44}
45
46void screentask::initialize()
47{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected