MCPcopy Index your code
hub / github.com/MALSync/MALSync / setDurationFormatted

Method setDurationFormatted

src/utils/IntlWrapper.ts:81–85  ·  view source on GitHub ↗
(duration: DurationFormat, style: DurationStyle = 'Duration')

Source from the content-addressed store, hash-verified

79
80 // For {minutes: 155}
81 setDurationFormatted(duration: DurationFormat, style: DurationStyle = 'Duration') {
82 const ms = IntlDuration.durationToMs(duration);
83 this.setRelativeTime(ms, 'milliseconds', style);
84 return this;
85 }
86
87 // For 9000 (seconds)
88 setRelativeTime(

Callers 2

infoMethod · 0.80

Calls 2

setRelativeTimeMethod · 0.95
durationToMsMethod · 0.80

Tested by

no test coverage detected