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

Function print_bitfield

library/modules/Job.cpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

printJobDetailsMethod · 0.85

Calls 1

bitfield_to_stringFunction · 0.50

Tested by

no test coverage detected