MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / NextDeadline

Method NextDeadline

CobaltFusion/Executor.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55TimedCalls::TimePoint TimedCalls::NextDeadline() const
56{
57 assert(!m_scheduledCalls.empty());
58 return m_scheduledCalls.back().at;
59}
60
61TimedCalls::CallData TimedCalls::Pop()
62{

Callers 2

RunOneMethod · 0.80
ResetTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected