Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetFormattedLength
Method
GetFormattedLength
libs/map/track_statistics.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
std::string TrackStatistics::GetFormattedLength() const
120
{
121
return platform::Distance::CreateFormatted(m_length).ToString();
122
}
123
124
std::string TrackStatistics::GetFormattedDuration() const
125
{
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected