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