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

Method iter

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

Iterate over all alias regions and their data.

(&self)

Source from the content-addressed store, hash-verified

559
560 /// Iterate over all alias regions and their data.
561 pub fn iter(&self) -> impl Iterator<Item = (AliasRegion, &AliasRegionData)> {
562 self.alias_regions.iter()
563 }
564
565 /// Clear the set.
566 pub fn clear(&mut self) {

Callers 1

roundtrip_trapsFunction · 0.45

Calls

no outgoing calls

Tested by 1

roundtrip_trapsFunction · 0.36