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

Method Stats

filter/expand_json.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (f *ExpandJSON) Stats() baker.FilterStats {
100 return baker.FilterStats{}
101}
102
103func (f *ExpandJSON) Process(l baker.Record, next func(baker.Record)) {
104 data := f.processJSON(l.Get(f.source))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected