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

Method GetSelfNetServer

src/plugin/net/src/AFCNetServiceManagerModule.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195std::shared_ptr<AFINetServerService> AFCNetServiceManagerModule::GetSelfNetServer()
196{
197 return server_services_.find_value(m_pBusModule->GetSelfBusID());
198}
199
200bool AFCNetServiceManagerModule::AddNetConnectionBus(int client_bus_id, std::shared_ptr<AFINet> net_ptr)
201{

Callers 7

StartServerMethod · 0.80
StartServerMethod · 0.80
StartServerMethod · 0.80
StartServerMethod · 0.80
StartServerMethod · 0.80
StartServerMethod · 0.80
StartServerMethod · 0.80

Calls 2

GetSelfBusIDMethod · 0.80
find_valueMethod · 0.45

Tested by

no test coverage detected