Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ getDurationInMinutes
Function
getDurationInMinutes
src/utils/time.ts:120–122 ·
view source on GitHub ↗
(time: Duration)
Source
from the content-addressed store, hash-verified
118
}
119
120
export
function
getDurationInMinutes(time: Duration): number {
121
return
getDuration(time) / 1000 / 60;
122
}
123
124
function
getSunsetSunriseUTCTime(
125
latitude: number,
Callers
2
Newsmaker
Class · 0.90
time.tests.ts
File · 0.90
Calls
1
getDuration
Function · 0.85
Tested by
no test coverage detected