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

Function secondsGetterName

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

Source from the content-addressed store, hash-verified

489}
490
491export function secondsGetterName(isUTC: boolean) {
492 return isUTC ? 'getUTCSeconds' : 'getSeconds';
493}
494
495export function millisecondsGetterName(isUTC: boolean) {
496 return isUTC ? 'getUTCMilliseconds' : 'getMilliseconds';

Callers 3

addLevelTicksFunction · 0.90
formatFunction · 0.85
getUnitFromValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected