MCPcopy Create free account
hub / github.com/xerrors/Yuxi / stopAutoRefresh

Function stopAutoRefresh

web/src/stores/database.js:488–493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

486 }
487
488 function stopAutoRefresh() {
489 if (refreshInterval) {
490 clearInterval(refreshInterval)
491 refreshInterval = null
492 }
493 }
494
495 // 延时刷新文件理解(延迟1秒后刷新)
496 async function delayedRefresh() {

Callers 2

toggleAutoRefreshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected