Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ max
Method
max
cranelift/bitset/src/compound.rs:414–416 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
412
/// ```
413
#[inline]
414
pub fn max(&self) -> Option<usize> {
415
self.max.map(|m| usize::try_from(m).unwrap())
416
}
417
418
/// Removes and returns the largest value in this set.
419
///
Callers
4
remove
Method · 0.45
update_max
Method · 0.45
pop
Method · 0.45
clear
Method · 0.45
Calls
2
map
Method · 0.45
unwrap
Method · 0.45
Tested by
no test coverage detected