(&self)
| 233 | /// core file. |
| 234 | #[inline] |
| 235 | pub fn dumped(&self) -> bool { |
| 236 | self.raw_code() == bitcast!(backend::c::CLD_DUMPED) |
| 237 | } |
| 238 | |
| 239 | /// Returns whether the process has continued from a job control stop. |
| 240 | #[inline] |
no test coverage detected