MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / RemovePacket

Method RemovePacket

Source/Client/NM_Engine/SocketClient.h:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline void RemovePacket(uint8_t type)
46 {
47 auto it = m_pHandlers.find(type);
48 if (it != m_pHandlers.end())
49 m_pHandlers.erase(it);
50 }
51
52 protected:
53 DWORD NetQueueWorkerRoutine(void);

Callers

nothing calls this directly

Calls 2

endMethod · 0.80
eraseMethod · 0.80

Tested by

no test coverage detected