Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ RegNetEventCallback
Method
RegNetEventCallback
src/plugin/net/src/AFCNetClientService.cpp:77–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool AFCNetClientService::RegNetEventCallback(const NET_EVENT_FUNCTOR&& cb)
78
{
79
net_event_callbacks_.push_back(std::forward<const NET_EVENT_FUNCTOR>(cb));
80
return true;
81
}
82
83
void AFCNetClientService::ProcessUpdate()
84
{
Callers
nothing calls this directly
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected