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

Method GetNet

src/plugin/net/src/AFCNetServerService.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77std::shared_ptr<AFINet> AFCNetServerService::GetNet()
78{
79 return m_pNet;
80}
81
82bool AFCNetServerService::RegMsgCallback(const int msg_id, NET_MSG_FUNCTOR&& cb)
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected