MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / TablePrinter

Method TablePrinter

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11728–11730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11726
11727public:
11728 TablePrinter(std::ostream &os, std::vector<ColumnInfo> columnInfos)
11729 : m_os(os), m_columnInfos(std::move(columnInfos)) {
11730 }
11731
11732 auto columnInfos() const -> std::vector<ColumnInfo> const & {
11733 return m_columnInfos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected