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

Method Init

src/plugin/bus/src/AFCMsgModule.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace ark {
25
26bool AFCMsgModule::Init()
27{
28 m_pBusModule = FindModule<AFIBusModule>();
29 m_pNetServiceManagerModule = FindModule<AFINetServiceManagerModule>();
30 m_pLogModule = FindModule<AFILogModule>();
31
32 return true;
33}
34
35//bool AFCMsgModule::SendSuitSSMsg(const uint8_t app_type, const std::string& hash_key, const int msg_id,
36// const google::protobuf::Message& msg, const AFGUID& actor_id /* = 0*/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected