MCPcopy Create free account
hub / github.com/DFHack/dfhack / begin

Method begin

library/PluginManager.cpp:1156–1159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1154}
1155
1156std::map<std::string, Plugin*>::iterator PluginManager::begin()
1157{
1158 return all_plugins.begin();
1159}
1160
1161std::map<std::string, Plugin*>::iterator PluginManager::end()
1162{

Callers 15

runCommandMethod · 0.45
addScriptPathMethod · 0.45
removeScriptPathMethod · 0.45
sc_event_nameMethod · 0.45
InitSimulationThreadMethod · 0.45
getTableFunction · 0.45
setArmokToolsMethod · 0.45
RunAliasMethod · 0.45
grab_token_string_posFunction · 0.45
getMemRangesMethod · 0.45
checkValidAddressMethod · 0.45
aliasMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36