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

Method Stats

filter/metadata_lastmodified.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (f *MetadataLastModified) Stats() baker.FilterStats {
43 return baker.FilterStats{}
44}
45
46func (f *MetadataLastModified) Process(l baker.Record, next func(baker.Record)) {
47 v, ok := l.Meta(inpututils.MetadataLastModified)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected