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

Method showMessageSafe

internal/ui/components/dialogs.go:37–39  ·  view source on GitHub ↗

showMessageSafe is now an alias to showMessage for backwards compatibility. Both use the same safe implementation that avoids QueueUpdateDraw deadlocks.

(message string)

Source from the content-addressed store, hash-verified

35// showMessageSafe is now an alias to showMessage for backwards compatibility.
36// Both use the same safe implementation that avoids QueueUpdateDraw deadlocks.
37func (a *App) showMessageSafe(message string) {
38 a.showMessage(message)
39}
40
41// showConfirmationDialog displays a confirmation dialog with Yes/No options.
42// DEPRECATED: Use CreateConfirmDialog instead for consistency.

Callers 15

setupKeyboardHandlersMethod · 0.95
doManualRefreshMethod · 0.95
doFastRefreshMethod · 0.95
doRefreshVMDataMethod · 0.95
toggleAutoRefreshMethod · 0.95

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected