Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
size_t Plugin::getRemoveStepCount()
302
{
303
// Add 1 for removal of plugin dll file
304
return _removeSteps.size() + 1;
305
}
306
307
308
InstallStatus Plugin::install(tstring& basePath, TiXmlElement* forGpup,
Callers
1
removePlugins
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected