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

Method clearTimer

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

Source from the content-addressed store, hash-verified

375 }
376
377 clearTimer() {
378 if (this.timer) clearTimeout(this.timer);
379 }
380}

Callers 1

endGameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected