Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsLowUnits
Method
IsLowUnits
libs/platform/distance.cpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
bool Distance::IsLowUnits() const
96
{
97
return m_units == Units::Meters || m_units == Units::Feet;
98
}
99
100
bool Distance::IsHighUnits() const
101
{
Callers
2
FormatAltitude
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.64