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

Method highest

crates/stdlib/src/select.rs:167–171  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

165 }
166
167 pub fn highest(&mut self) -> Option<RawFd> {
168 (0..platform::FD_SETSIZE as RawFd)
169 .rev()
170 .find(|&i| self.contains(i))
171 }
172}
173
174pub fn select(

Callers 1

selectFunction · 0.80

Calls 3

findMethod · 0.45
revMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected