TriggerIfDeepNilable is a general trigger indicating the the bad case occurs when a certain Annotation key is deeply nilable
| 114 | // TriggerIfDeepNilable is a general trigger indicating the the bad case occurs when a certain Annotation |
| 115 | // key is deeply nilable |
| 116 | type TriggerIfDeepNilable struct { |
| 117 | Ann Key |
| 118 | NeedsGuard bool |
| 119 | } |
| 120 | |
| 121 | // Prestring returns this Prestring as a Prestring |
| 122 | func (*TriggerIfDeepNilable) Prestring() Prestring { |
nothing calls this directly
no outgoing calls
no test coverage detected