ProduceTriggerNeverPrestring is a Prestring storing the needed information to compactly encode a ProduceTriggerNever
| 212 | |
| 213 | // ProduceTriggerNeverPrestring is a Prestring storing the needed information to compactly encode a ProduceTriggerNever |
| 214 | type ProduceTriggerNeverPrestring struct{} |
| 215 | |
| 216 | func (ProduceTriggerNeverPrestring) String() string { |
| 217 | return "is not nilable" |
nothing calls this directly
no outgoing calls
no test coverage detected