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

Method GetClusterInfoOnly

bitmap/pb.pb.go:1164–1169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1162}
1163
1164func (m *Member) GetClusterInfoOnly() bool {
1165 if m != nil {
1166 return m.ClusterInfoOnly
1167 }
1168 return false
1169}
1170
1171func (m *Member) GetForceGroupId() bool {
1172 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected