ProduceTriggerNever is used for trigger producers that will never be nil
| 202 | |
| 203 | // ProduceTriggerNever is used for trigger producers that will never be nil |
| 204 | type ProduceTriggerNever struct { |
| 205 | NeedsGuard bool |
| 206 | } |
| 207 | |
| 208 | // Prestring returns this Prestring as a Prestring |
| 209 | func (*ProduceTriggerNever) Prestring() Prestring { |
nothing calls this directly
no outgoing calls
no test coverage detected