()
| 398 | } |
| 399 | |
| 400 | func (c *SQLite) Stats() baker.OutputStats { |
| 401 | return baker.OutputStats{ |
| 402 | NumProcessedLines: c.nEvents, |
| 403 | } |
| 404 | } |
| 405 | |
| 406 | func (c *SQLite) CanShard() bool { |
| 407 | return true |
nothing calls this directly
no outgoing calls
no test coverage detected