Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codealong-dev/ride-sharing
/ convertMetersToKilometers
Function
convertMetersToKilometers
web/src/utils/math.ts:6–8 ·
view source on GitHub ↗
(meters: number)
Source
from the content-addressed store, hash-verified
4
}
5
6
export
function
convertMetersToKilometers(meters: number) {
7
return
`${(meters / 1000).toFixed(2)} km`
8
}
Callers
2
RiderTripOverview
Function · 0.90
DriverList
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected