MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / ReportSentDataSize

Method ReportSentDataSize

src/render/plugin_interface/gr_net_plugin.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void GrNetPlugin::ReportSentDataSize(int size) {
75 auto event = std::make_shared<GrPluginDataSent>();
76 event->size_ = size;
77 CallbackEvent(event);
78 }
79
80 std::vector<std::shared_ptr<GrConnectedClientInfo>> GrNetPlugin::GetConnectedClientInfo() {
81 return {};

Callers 3

PostBinaryMessageMethod · 0.80
PostTextMessageMethod · 0.80
PostBinaryMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected