Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ clearAllIntervals
Method
clearAllIntervals
code/main/Game.ts:232–234 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
230
}
231
232
public clearAllIntervals(): void{
233
clearInterval(this.oneSecondIntervalId);
234
}
235
236
public disableLocalAutosave(): void{
237
this.localAutosaveEnabled = false;
Callers
1
reloadEverythingFromFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected