| 129 | } |
| 130 | |
| 131 | type leaveGroupResponseV0 struct { |
| 132 | // ErrorCode holds response error code |
| 133 | ErrorCode int16 |
| 134 | } |
| 135 | |
| 136 | func (t leaveGroupResponseV0) size() int32 { |
| 137 | return sizeofInt16(t.ErrorCode) |
nothing calls this directly
no outgoing calls
no test coverage detected