MCPcopy Create free account
hub / github.com/HeyHeyChicken/No-Clock / writeTime

Function writeTime

public/js/script.js:840–846  ·  view source on GitHub ↗
(_x, _y, _showSeconds)

Source from the content-addressed store, hash-verified

838 },
839
840 writeTime(_x, _y, _showSeconds) {
841 if (_showSeconds == undefined) {
842 _showSeconds = false;
843 }
844 this.oldTime = this.getCurrentTime(_showSeconds);
845 this.date_grid = this.writeWord(this.date_grid, this.oldTime, _x, _y);
846 },
847
848 writeWord(_grid, _word, _x, _y) {
849 if (_word != undefined) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected