Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
871
void Scheduler::StartBlockTimer()
872
{
873
timerBlock.Reset();
874
timerBlock.Start();
875
}
876
877
878
void Scheduler::EndBlockTimer()
Callers
nothing calls this directly
Calls
2
Reset
Method · 0.45
Start
Method · 0.45
Tested by
no test coverage detected