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

Method setDuration

src/utils/IntlWrapper.ts:75–78  ·  view source on GitHub ↗
(duration: DurationFormat)

Source from the content-addressed store, hash-verified

73
74 // For {hours: 2, minutes: 15}
75 setDuration(duration: DurationFormat) {
76 this.duration = duration;
77 return this;
78 }
79
80 // For {minutes: 155}
81 setDurationFormatted(duration: DurationFormat, style: DurationStyle = 'Duration') {

Callers 3

infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected