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

Method Plugin

pluginManager/src/Plugin.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31Plugin::Plugin(void)
32: _isInstalled(FALSE),
33 _detailsAdded(FALSE),
34 _updateDetailsAdded(FALSE),
35 _installedForAllUsers(FALSE),
36 _isLibrary(FALSE)
37{
38}
39
40Plugin::~Plugin(void)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected