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

Method lowered

crates/test-util/src/component_fuzz.rs:686–690  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

684
685impl Type {
686 fn lowered(&self) -> Vec<CoreType> {
687 let mut vec = Vec::new();
688 self.lower(&mut vec);
689 vec
690 }
691
692 fn lower(&self, vec: &mut Vec<CoreType>) {
693 match self {

Callers 5

store_flatMethod · 0.80
store_flat_helperMethod · 0.80
load_flat_helperMethod · 0.80
lower_variantFunction · 0.80
make_import_and_exportFunction · 0.80

Calls 2

newFunction · 0.50
lowerMethod · 0.45

Tested by

no test coverage detected