MCPcopy Create free account
hub / github.com/KDE/kdevelop / unload

Method unload

plugins/externalscript/externalscriptplugin.cpp:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void ExternalScriptPlugin::unload()
259{
260 core()->uiController()->removeToolView(m_factory);
261 KDevelop::IPlugin::unload();
262}
263
264KConfigGroup ExternalScriptPlugin::getConfig() const
265{

Callers

nothing calls this directly

Calls 2

uiControllerMethod · 0.80
removeToolViewMethod · 0.45

Tested by

no test coverage detected