()
| 268 | } |
| 269 | |
| 270 | func (t syncGroupResponseV0) size() int32 { |
| 271 | return sizeofInt16(t.ErrorCode) + |
| 272 | sizeofBytes(t.MemberAssignments) |
| 273 | } |
| 274 | |
| 275 | func (t syncGroupResponseV0) writeTo(wb *writeBuffer) { |
| 276 | wb.writeInt16(t.ErrorCode) |
nothing calls this directly
no test coverage detected