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

Method GetMessageNotifier

src/render_panel/gr_context.cpp:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 std::shared_ptr<MessageNotifier> GrContext::GetMessageNotifier() {
229 return msg_notifier_;
230 }
231
232 std::shared_ptr<MessageListener> GrContext::ObtainMessageListener() {
233 return msg_notifier_->CreateListener();

Callers 7

StartMethod · 0.45
InitMethod · 0.45
GrWorkspaceMethod · 0.45
InitListenersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected