| 298 | } |
| 299 | |
| 300 | string getActivityItem(activity_type activity, size_t value) |
| 301 | { |
| 302 | return pad_string(int_to_string(value), 3) + " " + getActivityLabel(activity); |
| 303 | } |
| 304 | |
| 305 | void feed(set<df::interface_key> *input) |
| 306 | { |
nothing calls this directly
no test coverage detected