Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ init
Method
init
plugins/workflow.cpp:295–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
int curItemStock() { return goalByCount() ? item_count : item_amount; }
294
295
void init(const std::string &str)
296
{
297
config.val() = str;
298
config.ival(0) = 10;
299
config.ival(2) = 0;
300
}
301
302
void computeRequest()
303
{
Callers
1
get_constraint
Function · 0.45
Calls
1
ival
Method · 0.80
Tested by
no test coverage detected