MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / clearPluginList

Method clearPluginList

pluginManager/src/PluginList.cpp:1562–1576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1560}
1561
1562void PluginList::clearPluginList()
1563{
1564 PluginContainer::iterator iter = _plugins.begin();
1565 while (iter != _plugins.end())
1566 {
1567 delete iter->second;
1568 ++iter;
1569 }
1570
1571 _plugins.clear();
1572 _installedPlugins.clear();
1573 _updateablePlugins.clear();
1574 _availablePlugins.clear();
1575 _pluginRealNames.clear();
1576}
1577
1578

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected