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

Method IsPluginEnabled

src/render/plugin_interface/gr_plugin_interface.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 bool GrPluginInterface::IsPluginEnabled() {
77 return plugin_enabled_;
78 }
79
80 void GrPluginInterface::EnablePlugin() {
81 plugin_enabled_ = true;

Callers 7

RunMethod · 0.45
EncodeMethod · 0.45
OnDisplayDeviceChangeMethod · 0.45
LoadAllPluginsMethod · 0.45
DumpPluginInfoMethod · 0.45
OnCaptureFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected