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

Method Process

filter/filtertest/passthrough.go:19–19  ·  view source on GitHub ↗
(l baker.Record, next func(baker.Record))

Source from the content-addressed store, hash-verified

17func newPassThrough(icfg baker.FilterParams) (baker.Filter, error) { return &passThrough{}, nil }
18func (f *passThrough) Stats() baker.FilterStats { return baker.FilterStats{} }
19func (f *passThrough) Process(l baker.Record, next func(baker.Record)) { next(l) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected