| 433 | func (b *fakeBindSized) BatchSize() int { return b.size } |
| 434 | |
| 435 | type fakeTUNDeviceSized struct { |
| 436 | size int |
| 437 | } |
| 438 | |
| 439 | func (t *fakeTUNDeviceSized) File() *os.File { return nil } |
| 440 | func (t *fakeTUNDeviceSized) Read(bufs [][]byte, sizes []int, offset int) (n int, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected