| 28 | ) |
| 29 | |
| 30 | type noopEyeball struct { |
| 31 | connID uint8 |
| 32 | } |
| 33 | |
| 34 | func (noopEyeball) Serve(ctx context.Context) error { return nil } |
| 35 | func (n noopEyeball) ID() uint8 { return n.connID } |
nothing calls this directly
no outgoing calls
no test coverage detected