MCPcopy Create free account
hub / github.com/AdRoll/baker / Stats

Method Stats

output/sqlite.go:400–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398}
399
400func (c *SQLite) Stats() baker.OutputStats {
401 return baker.OutputStats{
402 NumProcessedLines: c.nEvents,
403 }
404}
405
406func (c *SQLite) CanShard() bool {
407 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected