Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
174
pub fn select(
Callers
1
select
Function · 0.80
Calls
3
find
Method · 0.45
rev
Method · 0.45
contains
Method · 0.45
Tested by
no test coverage detected