MCPcopy Create free account
hub / github.com/ECSTeam/cloudfoundry-top-plugin / updateHeaderDisplay

Method updateHeaderDisplay

ui/masterUi.go:655–662  ·  view source on GitHub ↗
(g *gocui.Gui)

Source from the content-addressed store, hash-verified

653}
654
655func (mui *MasterUI) updateHeaderDisplay(g *gocui.Gui) error {
656 err := mui.headerView.UpdateDisplay(g)
657 if err != nil {
658 return err
659 }
660
661 return mui.alertManager.CheckForAlerts(g)
662}

Callers 5

CloseViewMethod · 0.95
SetDisplayPausedMethod · 0.95
updateDisplayMethod · 0.95
SetEditColumnModeMethod · 0.95
SetHeaderMinimizeMethod · 0.95

Calls 2

CheckForAlertsMethod · 0.80
UpdateDisplayMethod · 0.65

Tested by

no test coverage detected