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

Method Start

ui/masterUi.go:149–152  ·  view source on GitHub ↗
(monitoredAppGuids map[string]bool)

Source from the content-addressed store, hash-verified

147}
148
149func (mui *MasterUI) Start(monitoredAppGuids map[string]bool) {
150 mui.router.GetProcessor().Start()
151 mui.initGui(monitoredAppGuids)
152}
153
154func (mui *MasterUI) initGui(monitoredAppGuids map[string]bool) {
155

Callers 1

StartMethod · 0.95

Calls 2

initGuiMethod · 0.95
GetProcessorMethod · 0.80

Tested by

no test coverage detected