MCPcopy Create free account
hub / github.com/deepflowio/deepflow / GetGroups

Method GetGroups

server/controller/trisolaris/node/node.go:754–759  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

752}
753
754func (n *NodeInfo) GetGroups() []byte {
755 if n == nil {
756 return nil
757 }
758 return n.metaData.GetDropletGroups()
759}
760
761func (n *NodeInfo) GetGroupsVersion() uint64 {
762 if n == nil {

Callers 5

AipGroupsFunction · 0.45
ipGroupsFunction · 0.45
AnalyzerSyncMethod · 0.45
pushResponseMethod · 0.45
ReloadMasterMethod · 0.45

Calls 1

GetDropletGroupsMethod · 0.80

Tested by

no test coverage detected