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

Method ShowMessageSafe

internal/ui/components/app.go:603–605  ·  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

601// ShowMessageSafe is now an alias to ShowMessage for backwards compatibility.
602// Both use the same safe implementation that avoids QueueUpdateDraw deadlocks.
603func (a *App) ShowMessageSafe(message string) {
604 a.showMessage(message)
605}
606
607// ClearAPICache clears cached API responses.
608func (a *App) ClearAPICache() {

Callers 15

showSettingsFormMethod · 0.80
showBootstrapRunFormMethod · 0.80
showAdhocFormMethod · 0.80
runAdhocMethod · 0.80
runPlaybookMethod · 0.80
runBootstrapAccessMethod · 0.80
runBootstrapDirectMethod · 0.80
showSaveInventoryFormMethod · 0.80
previewInventoryMethod · 0.80
openSelectorMethod · 0.80

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected