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

Method RegForwardMsgCallback

src/plugin/net/src/AFCNetClientService.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool AFCNetClientService::RegForwardMsgCallback(const NET_MSG_FUNCTOR&& cb)
72{
73 net_msg_forward_callbacks_.push_back(std::forward<const NET_MSG_FUNCTOR>(cb));
74 return true;
75}
76
77bool AFCNetClientService::RegNetEventCallback(const NET_EVENT_FUNCTOR&& cb)
78{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected