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

Method DisablePlugin

src/client/plugin_interface/ct_plugin_interface.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void ClientPluginInterface::DisablePlugin() {
55 plugin_enabled_ = false;
56 }
57
58 bool ClientPluginInterface::IsWorking() {
59 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected