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

Method AddNetMsg

src/plugin/net/include/AFNetSession.hpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144
145 bool AddNetMsg(AFNetMsg*& msg)
146 {
147 return msg_queue_.Push(msg);
148 }
149
150 bool PopNetMsg(AFNetMsg*& msg)
151 {

Callers

nothing calls this directly

Calls 1

PushMethod · 0.45

Tested by

no test coverage detected