Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ running
Method
running
source/core/StarTime.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
bool Clock::running() const {
120
RecursiveMutexLocker locker(m_mutex);
121
return m_running;
122
}
123
124
double Clock::time() const {
125
RecursiveMutexLocker locker(m_mutex);
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36