MCPcopy
hub / github.com/uber-go/nilaway / ProduceTriggerTautology

Struct ProduceTriggerTautology

annotation/produce_trigger.go:160–162  ·  view source on GitHub ↗

ProduceTriggerTautology is used for trigger producers that will always result in nil

Source from the content-addressed store, hash-verified

158
159// ProduceTriggerTautology is used for trigger producers that will always result in nil
160type ProduceTriggerTautology struct {
161 NeedsGuard bool
162}
163
164// CheckProduce returns true
165func (*ProduceTriggerTautology) CheckProduce(Map) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected