Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ start
Method
start
source/core/StarTime.cpp:113–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void Clock::start() {
114
RecursiveMutexLocker locker(m_mutex);
115
m_running = true;
116
updateElapsed();
117
}
118
119
bool Clock::running() const {
120
RecursiveMutexLocker locker(m_mutex);
Callers
8
changeState
Method · 0.45
load
Method · 0.45
dismissed
Method · 0.45
withTime
Method · 0.45
withMilliseconds
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TestUniverse
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TestUniverse
Method · 0.36