Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
754
func
(n *NodeInfo) GetGroups() []byte {
755
if
n == nil {
756
return
nil
757
}
758
return
n.metaData.GetDropletGroups()
759
}
760
761
func
(n *NodeInfo) GetGroupsVersion() uint64 {
762
if
n == nil {
Callers
5
AipGroups
Function · 0.45
ipGroups
Function · 0.45
AnalyzerSync
Method · 0.45
pushResponse
Method · 0.45
ReloadMaster
Method · 0.45
Calls
1
GetDropletGroups
Method · 0.80
Tested by
no test coverage detected