Can this type of reference be null?
(&self)
| 525 | |
| 526 | /// Can this type of reference be null? |
| 527 | pub fn is_nullable(&self) -> bool { |
| 528 | self.is_nullable |
| 529 | } |
| 530 | |
| 531 | /// The heap type that this is a reference to. |
| 532 | #[inline] |
no outgoing calls
no test coverage detected