Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ EnablePlugin
Method
EnablePlugin
src/client/plugin_interface/ct_plugin_interface.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void ClientPluginInterface::EnablePlugin() {
51
plugin_enabled_ = true;
52
}
53
54
void ClientPluginInterface::DisablePlugin() {
55
plugin_enabled_ = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected