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

Method ToPlatformUnitsFormatted

libs/platform/distance.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121Distance Distance::ToPlatformUnitsFormatted() const
122{
123 return To(GetMeasurementUnits() == measurement_utils::Units::Metric ? Units::Meters : Units::Feet)
124 .GetFormattedDistance();
125}
126
127double Distance::GetDistance() const
128{

Callers 2

CreateFormattedMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 2

GetMeasurementUnitsFunction · 0.85
GetFormattedDistanceMethod · 0.80

Tested by 1

UNIT_TESTFunction · 0.64