(e *encoder)
| 383 | func (r *repError) code() uint32 { return uint32(r.errno) } |
| 384 | |
| 385 | func (r *repError) encode(e *encoder) {} |
| 386 | |
| 387 | func (r *repError) decode(e *encoder, l uint32) { |
| 388 | if l > (4 << 20) { |
nothing calls this directly
no outgoing calls
no test coverage detected