MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / dumped

Method dumped

src/process/wait.rs:235–237  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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]

Callers 2

terminating_signalMethod · 0.80
fmtMethod · 0.80

Calls 1

raw_codeMethod · 0.80

Tested by

no test coverage detected