MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / GetGroupId

Method GetGroupId

bitmap/pb.pb.go:1122–1127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1120}
1121
1122func (m *Member) GetGroupId() uint32 {
1123 if m != nil {
1124 return m.GroupId
1125 }
1126 return 0
1127}
1128
1129func (m *Member) GetAddr() string {
1130 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected