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

Method OnMessage

src/render_panel/gr_render_msg_processor.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 void GrRenderMsgProcessor::OnMessage(std::shared_ptr<tc::Message> msg) {
20 // clipboard
21 if (context_ && context_->GetApplication()) {
22 if (const auto clipboard_mgr = context_->GetApplication()->GetClipboardManager()) {
23 clipboard_mgr->OnRemoteClipboardInfo(msg);
24 }
25 }
26 }
27
28}

Callers 1

ParseRendererMessageMethod · 0.45

Calls 3

GetApplicationMethod · 0.80
GetClipboardManagerMethod · 0.80
OnRemoteClipboardInfoMethod · 0.80

Tested by

no test coverage detected