()
| 1162 | } |
| 1163 | |
| 1164 | func (m *Member) GetClusterInfoOnly() bool { |
| 1165 | if m != nil { |
| 1166 | return m.ClusterInfoOnly |
| 1167 | } |
| 1168 | return false |
| 1169 | } |
| 1170 | |
| 1171 | func (m *Member) GetForceGroupId() bool { |
| 1172 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected