MCPcopy Create free account
hub / github.com/apache/echarts / secondsSetterName

Function secondsSetterName

src/util/time.ts:519–521  ·  view source on GitHub ↗
(isUTC: boolean)

Source from the content-addressed store, hash-verified

517}
518
519export function secondsSetterName(isUTC: boolean) {
520 return isUTC ? 'setUTCSeconds' : 'setSeconds';
521}
522
523export function millisecondsSetterName(isUTC: boolean) {
524 return isUTC ? 'setUTCMilliseconds' : 'setMilliseconds';

Callers 2

addLevelTicksFunction · 0.90
roundTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected