MCPcopy 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
75const VariableHandler::iterator VariableHandler::begin() {
76 return _variables->begin();
77}
78
79const VariableHandler::iterator VariableHandler::end() {
80 return _variables->end();

Callers 13

parseCommandLineFunction · 0.80
runGpupAsAdminFunction · 0.80
sizeWindowMethod · 0.80
runStepsMethod · 0.80
setListMethod · 0.80
initMethod · 0.80
run_dlgProcMethod · 0.80
checkInstalledPluginsMethod · 0.80
addAvailablePluginsMethod · 0.80
calculateDependenciesMethod · 0.80
installPluginsMethod · 0.80
removePluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected