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

Method GetForceGroupId

bitmap/pb.pb.go:1171–1176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1169}
1170
1171func (m *Member) GetForceGroupId() bool {
1172 if m != nil {
1173 return m.ForceGroupId
1174 }
1175 return false
1176}
1177
1178type Group struct {
1179 Members map[uint64]*Member `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected