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

Method ReleasePlugin

src/render/plugins/plugin_manager.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void PluginManager::ReleasePlugin(const std::string &name) {
190
191 }
192
193 GrPluginInterface* PluginManager::GetPluginById(const std::string& id) {
194 if (!plugins_.contains(id)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected