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

Method exited

src/process/wait.rs:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 #[inline]
104 #[doc(alias = "WIFEXITED")]
105 pub fn exited(self) -> bool {
106 backend::process::wait::WIFEXITED(self.0)
107 }
108
109 /// Returns whether the process was terminated by a signal.
110 #[inline]

Callers 2

exit_statusMethod · 0.80
fmtMethod · 0.80

Calls 2

WIFEXITEDFunction · 0.85
raw_codeMethod · 0.80

Tested by

no test coverage detected