Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ECSTeam/cloudfoundry-top-plugin
/ GetProcessor
Method
GetProcessor
eventrouting/eventRouter.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(er *EventRouter) GetProcessor() *eventdata.EventProcessor {
40
return
er.processor
41
}
42
43
func
(er *EventRouter) GetEventCount() uint64 {
44
return
atomic.LoadUint64(&er.eventCount)
Callers
9
Start
Method · 0.80
createAndOpenView
Method · 0.80
SetDisplayPaused
Method · 0.80
snapshotLiveData
Method · 0.80
refreshMetadata
Method · 0.80
NewCommonData
Function · 0.80
PostProcessData
Method · 0.80
updateHeaderStack
Method · 0.80
UpdateDisplay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected