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

Method raw_code

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

Source from the content-addressed store, hash-verified

317 /// Return the raw `si_code` value returned from `waitid`.
318 #[cfg(linux_raw)]
319 pub fn raw_code(&self) -> crate::ffi::c_int {
320 self.0.si_code()
321 }
322
323 /// Return the raw `si_code` value returned from `waitid`.
324 #[cfg(not(linux_raw))]

Callers 6

stoppedMethod · 0.80
trappedMethod · 0.80
exitedMethod · 0.80
killedMethod · 0.80
dumpedMethod · 0.80
continuedMethod · 0.80

Calls 1

si_codeMethod · 0.80

Tested by

no test coverage detected