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

Method Run

input/inputtest/base.go:9–9  ·  view source on GitHub ↗
(_ chan<- *baker.Data)

Source from the content-addressed store, hash-verified

7type Base struct{}
8
9func (Base) Run(_ chan<- *baker.Data) error { return nil }
10func (Base) Stop() {}
11func (Base) FreeMem(*baker.Data) {}
12func (Base) Stats() baker.InputStats { return baker.InputStats{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected