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

Method GetMessageNotifier

src/render/rd_context.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 std::shared_ptr<MessageNotifier> RdContext::GetMessageNotifier() {
41 return msg_notifier_;
42 }
43
44 std::shared_ptr<MessageListener> RdContext::CreateMessageListener() {
45 return msg_notifier_->CreateListener();

Callers 7

RunMethod · 0.45
StartMonitorMethod · 0.45
WsPanelClientMethod · 0.45
RenderServiceClientMethod · 0.45
InitMethod · 0.45
PluginEventRouterMethod · 0.45
PluginNetEventRouterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected