()
| 1127 | } |
| 1128 | |
| 1129 | func (m *Member) GetAddr() string { |
| 1130 | if m != nil { |
| 1131 | return m.Addr |
| 1132 | } |
| 1133 | return "" |
| 1134 | } |
| 1135 | |
| 1136 | func (m *Member) GetLeader() bool { |
| 1137 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected