MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / len

Method len

cranelift/codegen/src/ranges.rs:38–40  ·  view source on GitHub ↗

Number of ranges in this list.

(&self)

Source from the content-addressed store, hash-verified

36
37 /// Number of ranges in this list.
38 pub fn len(&self) -> usize {
39 self.ranges.len().saturating_sub(1)
40 }
41
42 /// Reserves capacity for at least `additional` more ranges to be
43 /// added to this list.

Callers 15

get_arbitraryMethod · 0.45
shuffleMethod · 0.45
newMethod · 0.45
do_remove_constant_phisFunction · 0.45
do_souper_harvestFunction · 0.45
probeFunction · 0.45
getMethod · 0.45
map_indexMethod · 0.45
resetMethod · 0.45
split_off_return_blockFunction · 0.45

Calls 1

saturating_subMethod · 0.80

Tested by

no test coverage detected