Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/calendly-clone
/ timeToInt
Function
timeToInt
src/lib/utils.ts:8–10 ·
view source on GitHub ↗
(time: string)
Source
from the content-addressed store, hash-verified
6
}
7
8
export
function
timeToInt(time: string) {
9
return
parseFloat(time.replace(
":"
,
"."
))
10
}
Callers
2
ScheduleForm
Function · 0.90
schedule.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected