MCPcopy Create free account
hub / github.com/DFHack/dfhack / history_amount

Method history_amount

plugins/workflow.cpp:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320 int history_count(int idx) { return history_value(idx, HIST_COUNT); }
321 int history_amount(int idx) { return history_value(idx, HIST_AMOUNT); }
322 int history_inuse_count(int idx) { return history_value(idx, HIST_INUSE_COUNT); }
323 int history_inuse_amount(int idx) { return history_value(idx, HIST_INUSE_AMOUNT); }
324

Callers 1

push_count_historyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected