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

Method RegForwardMsgCallback

src/plugin/net/src/AFCNetServerService.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95bool AFCNetServerService::RegForwardMsgCallback(NET_MSG_FUNCTOR&& cb)
96{
97 net_forward_msg_callbacks_.push_back(std::forward<NET_MSG_FUNCTOR>(cb));
98 return true;
99}
100
101bool AFCNetServerService::RegNetEventCallback(NET_EVENT_FUNCTOR&& cb)
102{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected