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

Method IsMonitoredAppGuid

ui/dataCommon/commonData.go:87–96  ·  view source on GitHub ↗
(appGuid string)

Source from the content-addressed store, hash-verified

85}
86
87func (cd *CommonData) IsMonitoredAppGuid(appGuid string) bool {
88 // Check if we're only monitoring a subset of apps and if this app is one of them
89 if cd.monitoredAppGuids != nil {
90 if cd.monitoredAppGuids[appGuid] {
91 return true
92 }
93 return false
94 }
95 return true
96}
97
98func (cd *CommonData) PostProcessData() map[string]*DisplayAppStats {
99

Callers 1

PostProcessDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected