| 16 | ) |
| 17 | |
| 18 | type scanner struct { |
| 19 | sctx *super.Context |
| 20 | channel string |
| 21 | scanner sbuf.Scanner |
| 22 | closer io.Closer |
| 23 | progress vio.Progress |
| 24 | } |
| 25 | |
| 26 | func NewScanner(ctx context.Context, rc io.ReadCloser) (vio.Scanner, error) { |
| 27 | sctx := super.NewContext() |
nothing calls this directly
no outgoing calls
no test coverage detected