Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ AttachPlugin
Method
AttachPlugin
src/render/plugin_interface/gr_plugin_interface.cpp:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
void GrPluginInterface::AttachPlugin(const std::string& id, GrPluginInterface* plugin) {
269
total_plugins_[id] = plugin;
270
}
271
272
bool GrPluginInterface::HasAttachedNetPlugins() {
273
return !net_plugins_.empty();
Callers
1
LoadAllPlugins
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected