MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / PostInit

Method PostInit

src/server/master/src/AFCMasterNetModule.cpp:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool AFCMasterNetModule::PostInit()
41{
42 int ret = StartServer();
43 if (ret != 0)
44 {
45 exit(0);
46 }
47
48 return true;
49}
50
51int AFCMasterNetModule::StartServer()
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected