Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ SetPluginManager
Method
SetPluginManager
src/render/rd_context.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void RdContext::SetPluginManager(const std::shared_ptr<PluginManager>& pm) {
49
plugin_manager_ = pm;
50
}
51
52
std::shared_ptr<PluginManager> RdContext::GetPluginManager() {
53
return plugin_manager_;
Callers
1
Run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected