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

Method run

src/deadcall.cpp:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool deadcall::run()
92{
93 if (clock_tick > expiration) {
94 delete this;
95 return false;
96 } else {
97 setPaused();
98 return true;
99 }
100}
101
102unsigned int deadcall::wake()
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected