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

Method GetClientService

src/plugin/net/src/AFCNetServiceManagerModule.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228std::shared_ptr<AFINetClientService> AFCNetServiceManagerModule::GetClientService(const ARK_APP_TYPE app_type)
229{
230 return client_services_.find_value(app_type);
231}
232
233ananas::Future<std::pair<bool, std::string>> AFCNetServiceManagerModule::RegisterToConsul(const int bus_id)
234{

Callers 2

SendMsgByAppTypeMethod · 0.80
GetSuitProxyForEnterMethod · 0.80

Calls 1

find_valueMethod · 0.45

Tested by

no test coverage detected