MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / DataHandler

Method DataHandler

AdaptixClient/Source/UI/Widgets/AdaptixWidget.cpp:1209–1212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207}
1208
1209void AdaptixWidget::DataHandler(const QByteArray &data)
1210{
1211 LogError("Unexpected non-JSON websocket payload (len=%d).", static_cast<int>(data.size()));
1212}
1213
1214void AdaptixWidget::DataHandlerJson(const QJsonObject &jsonObj)
1215{

Callers

nothing calls this directly

Calls 2

LogErrorFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected