| 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 | |
| 325 | void updateHistory() |
no outgoing calls
no test coverage detected