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

Method getRemoveStepCount

pluginManager/src/Plugin.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301size_t Plugin::getRemoveStepCount()
302{
303 // Add 1 for removal of plugin dll file
304 return _removeSteps.size() + 1;
305}
306
307
308InstallStatus Plugin::install(tstring& basePath, TiXmlElement* forGpup,

Callers 1

removePluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected