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

Method GetMessageNotifier

src/client/ct_client_context.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 std::shared_ptr<MessageNotifier> ClientContext::GetMessageNotifier() {
101 return msg_notifier_;
102 }
103
104 std::shared_ptr<MessageListener> ClientContext::ObtainMessageListener() {
105 return msg_notifier_->CreateListener();

Callers 6

InitMethod · 0.45
InitThemeMethod · 0.45
InitListenerMethod · 0.45
GameViewMethod · 0.45
ApplicationMethod · 0.45
CreateMsgListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected