MCPcopy 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)]
76pub struct Map<K, V>
77where
78 K: Copy,
79 V: Copy,
80{
81 root: PackedOption<Node>,
82 unused: PhantomData<(K, V)>,
83}
84
85impl<K, V> Map<K, V>
86where

Callers 12

mapsFunction · 0.50
maps_complex_typesFunction · 0.50
maps_duplicate_keysFunction · 0.50
maps_all_primitive_typesFunction · 0.50
maps_alignmentFunction · 0.50
maps_largeFunction · 0.50
map_trampoline_alignmentFunction · 0.50

Calls

no outgoing calls

Tested by 12

mapsFunction · 0.40
maps_complex_typesFunction · 0.40
maps_duplicate_keysFunction · 0.40
maps_all_primitive_typesFunction · 0.40
maps_alignmentFunction · 0.40
maps_largeFunction · 0.40
map_trampoline_alignmentFunction · 0.40