Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ initialize
Method
initialize
plugins/autofarm.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
public:
57
void initialize()
58
{
59
thresholds.clear();
60
defaultThreshold = 50;
61
62
lastCounts.clear();
63
}
64
65
void setThreshold(int id, int val)
66
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected