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

Method PostIpcMessage

src/render/plugins/plugin_net_event_router.cpp:346–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 }
345
346 void PluginNetEventRouter::PostIpcMessage(const std::string& msg) {
347 auto task_msg = AppMessageMaker::MakeTaskMessage([=, this]() mutable {
348 this->app_->PostIpcMessage(msg);
349 });
350 app_->PostGlobalAppMessage(std::move(task_msg));
351 }
352
353 void PluginNetEventRouter::ProcessClientStatistics(std::shared_ptr<Message>&& msg) {
354 auto& cst = msg->client_statistics();

Callers

nothing calls this directly

Calls 1

PostGlobalAppMessageMethod · 0.80

Tested by

no test coverage detected