Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
CSVReader::Rows CSVReader::ReadAll()
51
{
52
Rows file;
53
ForEachRow([&](auto const & row) { file.emplace_back(row); });
54
return file;
55
}
56
57
std::optional<CSVReader::Row> CSVReader::ReadRow()
58
{
Callers
1
UNIT_TEST
Function · 0.80
Calls
1
emplace_back
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64