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

Method begin

libs/coding/csv_reader.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154CSVRunner::CSVRunner(CSVReader && reader) : m_reader(std::move(reader)) {}
155
156CSVRunner::Iterator CSVRunner::begin()
157{
158 return Iterator(m_reader);
159}
160
161CSVRunner::Iterator CSVRunner::end()
162{

Callers 15

FillCandidatesMethod · 0.45
CalcTrackLengthFunction · 0.45
ForTracksSortedByMwmNameFunction · 0.45
CmdMatchDirFunction · 0.45
FromSmallerToBiggerFunction · 0.45
RemoveKeysSmallValueFunction · 0.45
FilterTableFunction · 0.45
BalanceDataPointsFunction · 0.45
AreKeysEqualFunction · 0.45
GetKeysFunction · 0.45
MappingToCsvFunction · 0.45
CmdTagsTableFunction · 0.45

Calls 1

IteratorClass · 0.70

Tested by 15

operator()Method · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
SimplifyPointsFunction · 0.36
CheckFileOKFunction · 0.36