Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ len
Method
len
cranelift/bitset/src/scalar.rs:181–183 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
179
/// ```
180
#[inline]
181
pub fn len(&self) -> u8 {
182
self.0.count_ones()
183
}
184
185
/// Is this bitset empty?
186
///
Callers
8
verify_tree
Method · 0.45
slice_insert
Function · 0.45
slice_shift
Function · 0.45
next
Method · 0.45
split
Method · 0.45
inner_remove
Method · 0.45
leaf_remove
Method · 0.45
balance
Method · 0.45
Calls
2
from
Function · 0.85
count_ones
Method · 0.80
Tested by
no test coverage detected