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

Method DisablePlugin

src/render/plugin_interface/gr_plugin_interface.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void GrPluginInterface::DisablePlugin() {
85 plugin_enabled_ = false;
86 }
87
88 bool GrPluginInterface::IsWorking() {
89 return plugin_enabled_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected