MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isRunning

Method isRunning

source/core/StarThread.hpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399template <typename Return>
400bool ThreadFunction<Return>::isRunning() const {
401 return m_function.isRunning();
402}
403
404template <typename Return>
405ThreadFunction<Return>::operator bool() const {

Callers 4

reapConnectionsMethod · 0.45
updateSplashMethod · 0.45
clearClientsMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected