MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / showTime

Method showTime

contributed/modClock/sevenseg.js:490–495  ·  view source on GitHub ↗
(style)

Source from the content-addressed store, hash-verified

488 }
489
490 showTime(style) {
491 this.userValue = undefined; // don't blink 12
492 this.style = style;
493 this.blinkSpeed = 0;
494 this.blinkDisplayOn = 1;
495 }
496
497 blink(speed=500, digits=0xf) {
498 this.blinkSpeed = speed;

Callers 6

constructorMethod · 0.80
connectMethod · 0.80
connectedMethod · 0.80
fetchTimeMethod · 0.80
incrementSettingMethod · 0.80
leftReleasedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected