MCPcopy 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
278void Plugin::addBadVersion(const PluginVersion &version, const TCHAR* report)
279{
280 _badVersionMap[version] = report;
281}
282
283
284void Plugin::addInstallStep(std::shared_ptr<InstallStep> step)

Callers 1

parsePluginFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected