Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ goalCount
Method
goalCount
plugins/workflow.cpp:276–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
}
275
276
int goalCount() { return config.ival(0); }
277
void setGoalCount(int v) { config.ival(0) = v; }
278
279
int goalGap() {
Callers
4
update_jobs_by_constraints
Function · 0.80
push_constraint
Function · 0.80
print_constraint
Function · 0.80
workflow_cmd
Function · 0.80
Calls
1
ival
Method · 0.80
Tested by
no test coverage detected