Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ addBadVersion
Method
addBadVersion
pluginManager/src/Plugin.cpp:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
void Plugin::addBadVersion(const PluginVersion &version, const TCHAR* report)
279
{
280
_badVersionMap[version] = report;
281
}
282
283
284
void Plugin::addInstallStep(std::shared_ptr<InstallStep> step)
Callers
1
parsePluginFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected