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

Method len

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

Source from the content-addressed store, hash-verified

30 }
31
32 pub fn len(&self) -> usize {
33 self.table.len()
34 }
35 pub fn iter(&self) -> slice::Iter<'_, &'entries T> {
36 self.table.iter()
37 }

Callers 15

addMethod · 0.45
find_subsequenceFunction · 0.45
gen_common_isleFunction · 0.45
test_generate_tableFunction · 0.45
gen_descriptorsFunction · 0.45
gen_opcodesFunction · 0.45
gen_typesets_tableFunction · 0.45
gen_type_constraintsFunction · 0.45
gen_inst_builderFunction · 0.45
gen_builderFunction · 0.45
camel_caseFunction · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_generate_tableFunction · 0.36