| 559 | } |
| 560 | |
| 561 | type structuredReply struct { |
| 562 | flags uint16 |
| 563 | typ uint16 |
| 564 | handle uint64 |
| 565 | length uint32 |
| 566 | data []byte |
| 567 | } |
| 568 | |
| 569 | func (r *structuredReply) encode(e *encoder) { |
| 570 | e.writeUint32(structuredReplyMagic) |
nothing calls this directly
no outgoing calls
no test coverage detected