MCPcopy Create free account
hub / github.com/code100x/chess / clearMoveTimer

Method clearMoveTimer

apps/ws/src/Game.ts:369–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367 }
368
369 clearMoveTimer() {
370 if(this.moveTimer) clearTimeout(this.moveTimer);
371 }
372
373 setTimer(timer: NodeJS.Timeout) {
374 this.timer = timer;

Callers 1

endGameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected