MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetShellNotification

Function GetShellNotification

src/windows/ShellNotification.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7// Shell Notification Singleton
8static ShellNotification g_ShellNotification;
9ShellNotification* GetShellNotification() {
10 return &g_ShellNotification;
11}
12
13ShellNotification::~ShellNotification()
14{

Callers 2

OnNotificationMethod · 0.85
WindowProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected