| 34 | want []readReturn |
| 35 | } |
| 36 | type testReaderFactory struct { |
| 37 | lossErrors bool |
| 38 | readSize int |
| 39 | ReaderStream |
| 40 | output chan []byte |
| 41 | } |
| 42 | |
| 43 | func (t *testReaderFactory) New(a, b gopacket.Flow) tcpassembly.Stream { |
| 44 | return &t.ReaderStream |
nothing calls this directly
no outgoing calls
no test coverage detected