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

Method selectDisplayCallback

ui/masterUi.go:449–453  ·  view source on GitHub ↗
(g *gocui.Gui, v *gocui.View, menuId string)

Source from the content-addressed store, hash-verified

447}
448
449func (mui *MasterUI) selectDisplayCallback(g *gocui.Gui, v *gocui.View, menuId string) error {
450 mui.displayMenuId = menuId
451 mui.createAndOpenView(g, menuId)
452 return nil
453}
454
455func (mui *MasterUI) createAndOpenView(g *gocui.Gui, viewName string) error {
456

Callers

nothing calls this directly

Calls 1

createAndOpenViewMethod · 0.95

Tested by

no test coverage detected