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

Method serverErrorOccurred

source/game/StarWorldServerThread.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool WorldServerThread::serverErrorOccurred() {
51 return m_errorOccurred;
52}
53
54bool WorldServerThread::shouldExpire() {
55 return m_shouldExpire;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected