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

Method PostInit

src/server/proxy/src/AFCProxyNetModule.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35bool AFCProxyNetModule::PostInit()
36{
37 StartServer();
38
39 return true;
40}
41
42int AFCProxyNetModule::StartServer()
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected