Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ end
Method
end
library/PluginManager.cpp:1161–1164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1159
}
1160
1161
std::map<std::string, Plugin*>::iterator PluginManager::end()
1162
{
1163
return all_plugins.end();
1164
}
Callers
15
addScriptPath
Method · 0.45
removeScriptPath
Method · 0.45
sc_event_id
Method · 0.45
sc_event_name
Method · 0.45
InitSimulationThread
Method · 0.45
getTable
Function · 0.45
handleLoadAndUnloadScripts
Method · 0.45
setArmokTools
Method · 0.45
RunAlias
Method · 0.45
grab_token_string_pos
Function · 0.45
getMemRanges
Method · 0.45
checkValidAddress
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36