MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / webSocketSendTextMessage

Method webSocketSendTextMessage

Cutelyst/enginerequest.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163bool EngineRequest::webSocketSendTextMessage(const QString &message)
164{
165 Q_UNUSED(message)
166 return false;
167}
168
169bool EngineRequest::webSocketSendBinaryMessage(const QByteArray &message)
170{

Callers 1

webSocketTextMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected