MCPcopy Create free account
hub / github.com/cwida/FastLanes / columns

Method columns

src/printer/output.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116void TerminalOutput::setup_alignment() const {
117 for (unsigned i = 0; i < columns(); ++i) {
118 if (m_alignment.find(i) == m_alignment.end()) { m_alignment[i] = Align::LEFT; }
119 }
120}
121
122std::string TerminalOutput::Vertical() const { return m_vertical; }
123
124std::string TerminalOutput::Horizontal() const { return m_horizontal; }
125
126void TerminalOutput::Add(const std::string& content) {
127 //

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected