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

Method addRemoveStep

pluginManager/src/Plugin.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Plugin::addRemoveStep(std::shared_ptr<InstallStep> step)
290{
291 _removeSteps.push_back(step);
292}
293
294
295

Callers 1

addStepsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected