Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ addInstallStep
Method
addInstallStep
pluginManager/src/Plugin.cpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
283
284
void Plugin::addInstallStep(std::shared_ptr<InstallStep> step)
285
{
286
_installSteps.push_back(step);
287
}
288
289
void Plugin::addRemoveStep(std::shared_ptr<InstallStep> step)
290
{
Callers
1
addSteps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected