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

Method GetLearner

bitmap/pb.pb.go:1157–1162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1155}
1156
1157func (m *Member) GetLearner() bool {
1158 if m != nil {
1159 return m.Learner
1160 }
1161 return false
1162}
1163
1164func (m *Member) GetClusterInfoOnly() bool {
1165 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected