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

Function GetInstance

src/render/plugins/net_ws/ws_plugin.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "plugin_interface/gr_plugin_context.h"
16
17static void* GetInstance() {
18 static tc::WsPlugin plugin;
19 return (void*)&plugin;
20}
21
22namespace tc
23{

Callers 4

InitUpdateMethod · 0.50
CheckAppUpdateMethod · 0.50
UpdateManagerClass · 0.50
InitSigChannelMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected