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

Method updateInfoText

internal/ui/components/vm_backups.go:224–226  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

222}
223
224func (bm *BackupManager) updateInfoText(text string) {
225 bm.infoText.SetText(text)
226}
227
228func (bm *BackupManager) createBackup() {
229 if isPending, pendingOperation := models.GlobalState.IsVMPending(bm.vm); isPending {

Callers 5

loadBackupsMethod · 0.95
displayBackupsMethod · 0.95
trackBackupTaskMethod · 0.95
restoreBackupMethod · 0.95
deleteBackupMethod · 0.95

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected