MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / stopAutoRefresh

Method stopAutoRefresh

internal/ui/components/auto_refresh.go:132–141  ·  view source on GitHub ↗

stopAutoRefresh stops the auto-refresh timer.

()

Source from the content-addressed store, hash-verified

130
131// stopAutoRefresh stops the auto-refresh timer.
132func (a *App) stopAutoRefresh() {
133 if a.autoRefreshCountdownStop != nil {
134 close(a.autoRefreshCountdownStop)
135 a.autoRefreshCountdownStop = nil
136 }
137
138 a.autoRefreshRunning = false
139 a.autoRefreshCountdown = 0
140 a.footer.UpdateAutoRefreshCountdown(0)
141}

Callers 2

RunMethod · 0.95
toggleAutoRefreshMethod · 0.95

Calls 1

Tested by

no test coverage detected