MCPcopy
hub / github.com/ZToolsCenter/ZTools / cleanup

Method cleanup

src/main/api/updater.ts:377–382  ·  view source on GitHub ↗

* 清理定时器

()

Source from the content-addressed store, hash-verified

375 * 清理定时器
376 */
377 public cleanup(): void {
378 if (this.checkTimer) {
379 clearInterval(this.checkTimer)
380 this.checkTimer = null
381 }
382 }
383
384 /**
385 * 检查更新

Callers 2

startAutoCheckMethod · 0.95
index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected