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

Method GetNetServer

src/server/dir/src/AFCDirNetModule.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::shared_ptr<AFINetServerService> AFCDirNetModule::GetNetServer()
64{
65 return m_pNetServer;
66}
67
68} // namespace ark

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected