MCPcopy Create free account
hub / github.com/Compaile/ctrack / addRow

Method addRow

include/ctrack.hpp:318–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void addRow(const std::vector<std::string> &row)
319 {
320 if (row.size() != header.size())
321 {
322 throw std::invalid_argument("Row size must match header size");
323 }
324 rows.push_back(row);
325 updateColumnWidths(row);
326 }
327
328 template <typename StreamType>
329 void print(StreamType &stream) const

Callers 2

get_summary_tableMethod · 0.80
get_detail_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected