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

Method GrRenderMsgProcessor

src/render_panel/gr_render_msg_processor.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15 GrRenderMsgProcessor::GrRenderMsgProcessor(const std::shared_ptr<GrContext>& ctx) {
16 context_ = ctx;
17 }
18
19 void GrRenderMsgProcessor::OnMessage(std::shared_ptr<tc::Message> msg) {
20 // clipboard

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected