MCPcopy 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
119bool Clock::running() const {
120 RecursiveMutexLocker locker(m_mutex);
121 return m_running;
122}
123
124double Clock::time() const {
125 RecursiveMutexLocker locker(m_mutex);

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36