Skip to main content

entity_keys

Function entity_keys 

Source
fn entity_keys(bref: &Src<'_>) -> Result<Vec<u64>>
Expand description

resources.key indexed by resource_id, for one block.

A Vec and not a map: resource_id is a dense u16 dictionary index, so the id is the slot. Tens of entries — one page, no hashing.