MCPcopy Create free account
hub / github.com/cuberite/cuberite / Start

Method Start

src/Server.cpp:411–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410
411bool cServer::Start(void)
412{
413 if (!m_ListenThreadIPv4.Start())
414 {
415 return false;
416 }
417 if (!m_ListenThreadIPv6.Start())
418 {
419 return false;
420 }
421 if (!m_TickThread.Start())
422 {
423 return false;
424 }
425 return true;
426}
427
428
429

Callers 1

InitServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected