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

Method IsPluginEnabled

src/client/plugin_interface/ct_plugin_interface.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 bool ClientPluginInterface::IsPluginEnabled() {
47 return plugin_enabled_;
48 }
49
50 void ClientPluginInterface::EnablePlugin() {
51 plugin_enabled_ = true;

Callers 2

LoadAllPluginsMethod · 0.45
DumpPluginInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected