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

Method Add

src/printer/output.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 auto final_iter = table.Rows().end() - 1;
151
152 if (table.HasRuler()) { stream << table.Ruler(TerminalOutput::POS::TOP) << "\n"; }
153
154 // HEADER
155 {
156 stream << table.Vertical();
157 stream << table.m_header;
158 stream << "\n";

Callers 6

logger.cppFile · 0.45
finishFunction · 0.45
log_key_valueMethod · 0.45
log_memory_readMethod · 0.45
CreateMKDMethod · 0.45
CreateCSVMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected