Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ AddNetEvent
Method
AddNetEvent
src/plugin/net/include/AFNetSession.hpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
bool AddNetEvent(AFNetEvent*& event)
136
{
137
return event_queue_.Push(event);
138
}
139
140
bool PopNetEvent(AFNetEvent*& event)
141
{
Callers
4
StartServer
Method · 0.80
StartClient
Method · 0.80
StartClient
Method · 0.80
StartServer
Method · 0.80
Calls
1
Push
Method · 0.45
Tested by
no test coverage detected