PositiveNilCheckPrestring is a Prestring storing the needed information to compactly encode a PositiveNilCheck
| 294 | |
| 295 | // PositiveNilCheckPrestring is a Prestring storing the needed information to compactly encode a PositiveNilCheck |
| 296 | type PositiveNilCheckPrestring struct{} |
| 297 | |
| 298 | func (PositiveNilCheckPrestring) String() string { |
| 299 | return "determined nil via conditional check" |
nothing calls this directly
no outgoing calls
no test coverage detected