Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getNumUpdates
Method
getNumUpdates
src/util/Timer.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
156
157
unsigned long Timer::getNumUpdates() const
158
{
159
return num_updates;
160
}
161
162
163
void Timer::paused(bool pause_in)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected