Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ setLatestUpdate
Method
setLatestUpdate
pluginManager/src/Plugin.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void Plugin::setLatestUpdate(const TCHAR* latestUpdate)
100
{
101
_latestUpdate = latestUpdate;
102
replaceNewlines(_latestUpdate);
103
}
104
105
void Plugin::setStability(const TCHAR* stability)
106
{
Callers
1
parsePluginFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected