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

Method OnDestroy

src/render/plugin_interface/gr_monitor_capture_plugin.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 bool GrMonitorCapturePlugin::OnDestroy() {
19 GrPluginInterface::OnDestroy();
20 return true;
21 }
22
23 std::vector<CaptureMonitorInfo> GrMonitorCapturePlugin::GetCaptureMonitorInfo() {
24 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected