MCPcopy Create free account
hub / github.com/UnsignedInt8/LightSword / stopRemainingTimer

Method stopRemainingTimer

server/server.ts:192–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 }
191
192 private stopRemainingTimer() {
193 if (!this.remainingTimer) return;
194
195 clearInterval(this.remainingTimer);
196 this.remainingTimer = undefined;
197 }
198
199}

Callers 2

stopMethod · 0.95
startRemainingTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected