pub fn map_peek_elem(
unified_map: &mut UnifiedMap,
value: &mut [u8],
) -> BpfResult<()>Expand description
Get an element from map without removing it.
pub fn map_peek_elem(
unified_map: &mut UnifiedMap,
value: &mut [u8],
) -> BpfResult<()>Get an element from map without removing it.