Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ InstallStepFactory
Method
InstallStepFactory
libinstall/src/InstallStepFactory.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
using namespace std;
31
32
InstallStepFactory::InstallStepFactory(VariableHandler* variableHandler)
33
{
34
_variableHandler = variableHandler;
35
}
36
37
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected