Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
add
Method · 0.45
gen_common_isle
Function · 0.45
gen_numerics_isle
Function · 0.45
test_generate_table
Function · 0.45
inputs
Method · 0.45
gen_enum_all
Function · 0.45
gen_to_and_from_str
Function · 0.45
gen_enum_types
Function · 0.45
gen_getter
Function · 0.45
gen_descriptors
Function · 0.45
gen_template
Function · 0.45
generate_macro_inst_fn
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_generate_table
Function · 0.36