MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ServerMessage

Method ServerMessage

MonaServer/sources/ServerConnection.h:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 friend class ServerConnection;
31public:
32 ServerMessage(const char* handler, const Mona::PoolBuffers& poolBuffers) : _shift(295), _handler(handler), AMFWriter(poolBuffers), TCPSender("ServerMessage") {
33 packet.next(300);
34 }
35
36private:
37 std::string _handler;

Callers

nothing calls this directly

Calls 1

nextMethod · 0.45

Tested by

no test coverage detected