Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1156
std::map<std::string, Plugin*>::iterator PluginManager::begin()
1157
{
1158
return all_plugins.begin();
1159
}
1160
1161
std::map<std::string, Plugin*>::iterator PluginManager::end()
1162
{
Callers
15
runCommand
Method · 0.45
addScriptPath
Method · 0.45
removeScriptPath
Method · 0.45
sc_event_name
Method · 0.45
InitSimulationThread
Method · 0.45
getTable
Function · 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
alias
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36