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

Method CloseViewByName

ui/masterUi.go:377–380  ·  view source on GitHub ↗
(viewName string)

Source from the content-addressed store, hash-verified

375}
376
377func (mui *MasterUI) CloseViewByName(viewName string) error {
378 m := mui.layoutManager.GetManagerByViewName(viewName)
379 return mui.CloseView(m)
380}
381
382func (mui *MasterUI) SetCurrentViewOnTop(g *gocui.Gui) error {
383

Callers

nothing calls this directly

Calls 2

CloseViewMethod · 0.95
GetManagerByViewNameMethod · 0.65

Tested by

no test coverage detected