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

Method continued

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

Source from the content-addressed store, hash-verified

117 #[inline]
118 #[doc(alias = "WIFCONTINUED")]
119 pub fn continued(self) -> bool {
120 backend::process::wait::WIFCONTINUED(self.0)
121 }
122
123 /// Returns the number of the signal that stopped the process, if the
124 /// process was stopped by a signal.

Callers 1

fmtMethod · 0.80

Calls 2

WIFCONTINUEDFunction · 0.85
raw_codeMethod · 0.80

Tested by

no test coverage detected