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

Method isRefreshActive

internal/ui/components/app.go:127–129  ·  view source on GitHub ↗

isRefreshActive returns true if a refresh is currently in progress.

()

Source from the content-addressed store, hash-verified

125
126// isRefreshActive returns true if a refresh is currently in progress.
127func (a *App) isRefreshActive() bool {
128 return a.refreshGen.Load() != 0
129}
130
131// connData is a snapshot of connection-state fields captured under connMu.
132type connData struct {

Callers 1

startAutoRefreshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected