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

Method len

cranelift/codegen/src/ir/memflags.rs:556–558  ·  view source on GitHub ↗

Return the number of alias regions in the set.

(&self)

Source from the content-addressed store, hash-verified

554
555 /// Return the number of alias regions in the set.
556 pub fn len(&self) -> usize {
557 self.alias_regions.len()
558 }
559
560 /// Iterate over all alias regions and their data.
561 pub fn iter(&self) -> impl Iterator<Item = (AliasRegion, &AliasRegionData)> {

Callers 1

insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected