Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
void Plugin::addVersion(const TCHAR* hash, const PluginVersion &version)
274
{
275
_versionMap[hash] = version;
276
}
277
278
void Plugin::addBadVersion(const PluginVersion &version, const TCHAR* report)
279
{
Callers
1
parsePluginFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected