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

Function printCategoryListHeader

plugins/debug.cpp:580–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580static void printCategoryListHeader(color_ostream& out)
581{
582 // Output the header.
583 out.color(COLOR_GREEN);
584 out << std::setw(12) << "Plugin"
585 << std::setw(12) << "Category"
586 << std::setw(18) << "Lowest printed" << '\n';
587}
588
589static void printCategoryListEntry(color_ostream& out,
590 unsigned& line,

Callers 1

printCategoryListEntryFunction · 0.85

Calls 1

colorMethod · 0.45

Tested by

no test coverage detected