ProduceTriggerTautology is used for trigger producers that will always result in nil
| 158 | |
| 159 | // ProduceTriggerTautology is used for trigger producers that will always result in nil |
| 160 | type ProduceTriggerTautology struct { |
| 161 | NeedsGuard bool |
| 162 | } |
| 163 | |
| 164 | // CheckProduce returns true |
| 165 | func (*ProduceTriggerTautology) CheckProduce(Map) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected