Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stop
Method · 0.95
startRemainingTimer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected