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

Method iter

cranelift/codegen/meta/src/unique_table.rs:35–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

33 self.table.len()
34 }
35 pub fn iter(&self) -> slice::Iter<'_, &'entries T> {
36 self.table.iter()
37 }
38}
39
40/// A table of sequences which tries to avoid common subsequences.

Callers 15

addMethod · 0.45
gen_common_isleFunction · 0.45
gen_numerics_isleFunction · 0.45
test_generate_tableFunction · 0.45
inputsMethod · 0.45
gen_enum_allFunction · 0.45
gen_to_and_from_strFunction · 0.45
gen_enum_typesFunction · 0.45
gen_getterFunction · 0.45
gen_descriptorsFunction · 0.45
gen_templateFunction · 0.45
generate_macro_inst_fnFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_generate_tableFunction · 0.36