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

Method GetFormattedDuration

libs/map/track_statistics.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124std::string TrackStatistics::GetFormattedDuration() const
125{
126 return platform::GetPlatformLocalizedString(platform::Duration(static_cast<int>(m_duration)));
127}
128
129std::string TrackStatistics::GetFormattedAscent() const
130{

Callers

nothing calls this directly

Calls 2

DurationClass · 0.50

Tested by

no test coverage detected