()
| 1155 | } |
| 1156 | |
| 1157 | func (m *Member) GetLearner() bool { |
| 1158 | if m != nil { |
| 1159 | return m.Learner |
| 1160 | } |
| 1161 | return false |
| 1162 | } |
| 1163 | |
| 1164 | func (m *Member) GetClusterInfoOnly() bool { |
| 1165 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected