Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ init
Method
init
plugins/stockflow.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void init() {
76
stockpile_id = -1;
77
initialized = false;
78
bookkeeping = false;
79
}
80
81
bool reset(color_ostream &out, bool load) {
82
stockpile_id = -1;
Callers
10
command_result plugin_init
Function · 0.45
DistributionVein
Method · 0.45
DistributionCluster
Method · 0.45
DistributionClusterSmall
Method · 0.45
DistributionClusterOne
Method · 0.45
init_seeds
Method · 0.45
get_noise
Method · 0.45
do_dig
Function · 0.45
command_result plugin_init
Function · 0.45
command_result plugin_init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected