Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bruderstein/nppPluginManager
/ begin
Method
begin
libinstall/src/VariableHandler.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
const VariableHandler::iterator VariableHandler::begin() {
76
return _variables->begin();
77
}
78
79
const VariableHandler::iterator VariableHandler::end() {
80
return _variables->end();
Callers
13
parseCommandLine
Function · 0.80
runGpupAsAdmin
Function · 0.80
sizeWindow
Method · 0.80
runSteps
Method · 0.80
setList
Method · 0.80
init
Method · 0.80
run_dlgProc
Method · 0.80
checkInstalledPlugins
Method · 0.80
addAvailablePlugins
Method · 0.80
calculateDependencies
Method · 0.80
installPlugins
Method · 0.80
removePlugins
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected