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

Method LogCountries

tools/track_analyzing/track_analyzer/utils.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void Stats::LogCountries() const
154{
155 LogNameToCountMapping("country", "Country name to data points number:", m_countryToTotalDataPoints);
156}
157
158void MappingToCsv(string const & keyName, Stats::NameToCountMapping const & mapping, bool printPercentage,
159 basic_ostream<char> & ss)

Callers

nothing calls this directly

Calls 1

LogNameToCountMappingFunction · 0.85

Tested by

no test coverage detected