Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ IsRunning
Method
IsRunning
src/core/tasktimer.h:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
bool IsRunning()
92
{
93
return (mStartTime != 0);
94
}
95
void Reset()
96
{
97
mNumStarts = mStartTime = mTotalTime = 0;
Callers
1
TestTaskTimer
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestTaskTimer
Function · 0.64