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

Method Stats

filter/notnull.go:46–50  ·  view source on GitHub ↗

Stats implements baker.Filter.

()

Source from the content-addressed store, hash-verified

44
45// Stats implements baker.Filter.
46func (v *NotNull) Stats() baker.FilterStats {
47 return baker.FilterStats{
48 NumFilteredLines: atomic.LoadInt64(&v.numFilteredLines),
49 }
50}
51
52// Process implements baker.Filter.
53func (v *NotNull) Process(l baker.Record, next func(baker.Record)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected