| 19 | #include "plugin_interface/gr_plugin_context.h" |
| 20 | |
| 21 | static void* GetInstance() { |
| 22 | static tc::DDACapturePlugin plugin; |
| 23 | return (void*)&plugin; |
| 24 | } |
| 25 | |
| 26 | namespace tc |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected