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

Method goBack

internal/ui/components/backup_table.go:175–178  ·  view source on GitHub ↗

goBack returns to the previous screen.

()

Source from the content-addressed store, hash-verified

173
174// goBack returns to the previous screen.
175func (bt *BackupTable) goBack() {
176 bt.app.pages.RemovePage("backups")
177 bt.app.SetFocus(bt.app.vmList)
178}

Callers 1

NewBackupTableFunction · 0.95

Calls 1

SetFocusMethod · 0.65

Tested by

no test coverage detected