Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ waitForListsAvailable
Method
waitForListsAvailable
pluginManager/src/PluginList.cpp:795–798 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void PluginList::waitForListsAvailable()
796
{
797
::WaitForSingleObject(_hListsAvailableEvent, INFINITE);
798
}
799
800
BOOL PluginList::listsAvailable()
801
{
Callers
1
downloadAndPopulate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected