MCPcopy Create free account
hub / github.com/dds-bridge/dds / StartBlockTimer

Method StartBlockTimer

library/src/system/scheduler.cpp:871–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869
870
871void Scheduler::StartBlockTimer()
872{
873 timerBlock.Reset();
874 timerBlock.Start();
875}
876
877
878void Scheduler::EndBlockTimer()

Callers

nothing calls this directly

Calls 2

ResetMethod · 0.45
StartMethod · 0.45

Tested by

no test coverage detected