| 208 | |
| 209 | template <typename T> |
| 210 | static void print_bitfield(color_ostream &out, T jsf) { |
| 211 | out << " (" << bitfield_to_string(jsf) << ")"; |
| 212 | } |
| 213 | |
| 214 | void DFHack::Job::printJobDetails(color_ostream &out, df::job *job) |
| 215 | { |
no test coverage detected