Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoadAllPlugins
Method · 0.45
DumpPluginInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected