()
| 67 | } |
| 68 | |
| 69 | func (w *WebSocket) Stats() baker.OutputStats { |
| 70 | return baker.OutputStats{ |
| 71 | NumProcessedLines: atomic.LoadInt64(&w.totaln), |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | func (b *WebSocket) CanShard() bool { |
| 76 | return false |
nothing calls this directly
no outgoing calls
no test coverage detected