()
| 124 | } |
| 125 | |
| 126 | func (o *optInfo) code() uint32 { |
| 127 | if o.done { |
| 128 | return cOptGo |
| 129 | } |
| 130 | return cOptInfo |
| 131 | } |
| 132 | |
| 133 | func (o *optInfo) decode(e *encoder, l uint32) errno { |
| 134 | nlen := e.uint32() |
nothing calls this directly
no outgoing calls
no test coverage detected