MCPcopy 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
284void Plugin::addInstallStep(std::shared_ptr<InstallStep> step)
285{
286 _installSteps.push_back(step);
287}
288
289void Plugin::addRemoveStep(std::shared_ptr<InstallStep> step)
290{

Callers 1

addStepsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected