()
| 1120 | } |
| 1121 | |
| 1122 | func (m *Member) GetGroupId() uint32 { |
| 1123 | if m != nil { |
| 1124 | return m.GroupId |
| 1125 | } |
| 1126 | return 0 |
| 1127 | } |
| 1128 | |
| 1129 | func (m *Member) GetAddr() string { |
| 1130 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected