MCPcopy Create free account
hub / github.com/Vector35/debugger / init

Method init

ui/uinotification.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30NotificationListener* NotificationListener::m_instance = nullptr;
31
32void NotificationListener::init()
33{
34 m_instance = new NotificationListener;
35 UIContext::registerNotification(m_instance);
36}
37
38
39void NotificationListener::OnContextOpen(UIContext* context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected