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

Method Run

topology_test.go:13–15  ·  view source on GitHub ↗
(output chan<- *Data)

Source from the content-addressed store, hash-verified

11type dummyInput struct{}
12
13func (d *dummyInput) Run(output chan<- *Data) error {
14 return nil
15}
16func (d *dummyInput) Stats() InputStats {
17 return InputStats{}
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected