Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Map
Class
Map
cranelift/bforest/src/map.rs:76–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
/// of the same memory.
75
#[derive(Clone)]
76
pub struct Map<K, V>
77
where
78
K: Copy,
79
V: Copy,
80
{
81
root: PackedOption<Node>,
82
unused: PhantomData<(K, V)>,
83
}
84
85
impl<K, V> Map<K, V>
86
where
Callers
12
maps
Function · 0.50
maps_complex_types
Function · 0.50
maps_duplicate_keys
Function · 0.50
maps_all_primitive_types
Function · 0.50
maps_alignment
Function · 0.50
maps_large
Function · 0.50
map_trampoline_alignment
Function · 0.50
map_trampoline_alignment_u32_u64
Function · 0.50
map_trampoline_alignment_u8_u32
Function · 0.50
map_trampoline_alignment_u16_u64
Function · 0.50
map_trampoline_alignment_u8_u16
Function · 0.50
map_trampoline_alignment_u64_u8
Function · 0.50
Calls
no outgoing calls
Tested by
12
maps
Function · 0.40
maps_complex_types
Function · 0.40
maps_duplicate_keys
Function · 0.40
maps_all_primitive_types
Function · 0.40
maps_alignment
Function · 0.40
maps_large
Function · 0.40
map_trampoline_alignment
Function · 0.40
map_trampoline_alignment_u32_u64
Function · 0.40
map_trampoline_alignment_u8_u32
Function · 0.40
map_trampoline_alignment_u16_u64
Function · 0.40
map_trampoline_alignment_u8_u16
Function · 0.40
map_trampoline_alignment_u64_u8
Function · 0.40