(e *encoder)
| 96 | func (o *optAbort) code() uint32 { return cOptAbort } |
| 97 | |
| 98 | func (o *optAbort) encode(e *encoder) {} |
| 99 | |
| 100 | func (o *optAbort) decode(e *encoder, l uint32) errno { |
| 101 | if l != 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected