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

Method addVersion

pluginManager/src/Plugin.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void Plugin::addVersion(const TCHAR* hash, const PluginVersion &version)
274{
275 _versionMap[hash] = version;
276}
277
278void Plugin::addBadVersion(const PluginVersion &version, const TCHAR* report)
279{

Callers 1

parsePluginFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected