| 420 | } |
| 421 | |
| 422 | type fakeBindSized struct { |
| 423 | size int |
| 424 | } |
| 425 | |
| 426 | func (b *fakeBindSized) Open(port uint16) (fns []conn.ReceiveFunc, actualPort uint16, err error) { |
| 427 | return nil, 0, nil |
nothing calls this directly
no outgoing calls
no test coverage detected