MCPcopy Create free account
hub / github.com/comaps/comaps / ReadAll

Method ReadAll

libs/coding/csv_reader.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50CSVReader::Rows CSVReader::ReadAll()
51{
52 Rows file;
53 ForEachRow([&](auto const & row) { file.emplace_back(row); });
54 return file;
55}
56
57std::optional<CSVReader::Row> CSVReader::ReadRow()
58{

Callers 1

UNIT_TESTFunction · 0.80

Calls 1

emplace_backMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64