(*encoder)
| 226 | func (r *repAck) code() uint32 { return cRepAck } |
| 227 | |
| 228 | func (r *repAck) encode(*encoder) {} |
| 229 | |
| 230 | func (r *repAck) decode(e *encoder, l uint32) { |
| 231 | if l != 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected