MCPcopy Create free account
hub / github.com/KDAB/GammaRay / client2server

Method client2server

tests/propertysyncertest.cpp:75–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void client2server(const GammaRay::Message &msg)
76 {
77 ++m_client2ServerCount;
78 Q_ASSERT(m_server);
79
80 QByteArray ba;
81 QBuffer buffer(&ba);
82 buffer.open(QIODevice::ReadWrite);
83 msg.write(&buffer);
84 buffer.seek(0);
85 m_server->handleMessage(Message::readMessage(&buffer));
86 }
87
88private slots:
89 void testSync()

Callers

nothing calls this directly

Calls 2

writeMethod · 0.80
handleMessageMethod · 0.80

Tested by

no test coverage detected