Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.45
find_subsequence
Function · 0.45
gen_common_isle
Function · 0.45
test_generate_table
Function · 0.45
gen_descriptors
Function · 0.45
gen_opcodes
Function · 0.45
gen_typesets_table
Function · 0.45
gen_type_constraints
Function · 0.45
gen_inst_builder
Function · 0.45
gen_builder
Function · 0.45
camel_case
Function · 0.45
size
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_generate_table
Function · 0.36