MCPcopy 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
120export function getDurationInMinutes(time: Duration): number {
121 return getDuration(time) / 1000 / 60;
122}
123
124function getSunsetSunriseUTCTime(
125 latitude: number,

Callers 2

NewsmakerClass · 0.90
time.tests.tsFile · 0.90

Calls 1

getDurationFunction · 0.85

Tested by

no test coverage detected