MCPcopy Index your code
hub / github.com/RustPython/RustPython / check_err

Function check_err

crates/stdlib/src/select.rs:16–18  ·  view source on GitHub ↗
(x: i32)

Source from the content-addressed store, hash-verified

14 pub use std::os::unix::io::RawFd;
15
16 pub const fn check_err(x: i32) -> bool {
17 x < 0
18 }
19}
20
21#[allow(non_snake_case)]

Callers 1

selectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected