MCPcopy 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_treeMethod · 0.45
slice_insertFunction · 0.45
slice_shiftFunction · 0.45
nextMethod · 0.45
splitMethod · 0.45
inner_removeMethod · 0.45
leaf_removeMethod · 0.45
balanceMethod · 0.45

Calls 2

fromFunction · 0.85
count_onesMethod · 0.80

Tested by

no test coverage detected