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

Function GetInstance

src/render/plugins/dda_capture/dda_capture_plugin.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "plugin_interface/gr_plugin_context.h"
20
21static void* GetInstance() {
22 static tc::DDACapturePlugin plugin;
23 return (void*)&plugin;
24}
25
26namespace tc
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected