(&self)
| 97 | /// Returns `true` if the trunk is a zombie. |
| 98 | #[inline] |
| 99 | pub fn is_zombie(&self) -> bool { |
| 100 | matches!(self, TrunkState::Zombie) |
| 101 | } |
| 102 | |
| 103 | /// Returns `true` if content should be output for this state. |
| 104 | #[inline] |
no outgoing calls
no test coverage detected