Skip to main content

resolve_in_index

Function resolve_in_index 

Source
pub fn resolve_in_index(index: &QuinIndex, identifier: u64) -> Resolved
Expand description

Resolve over a maintained index — O(1) point lookups; preferred when an index exists (the per-cell cached path, task #22 step 3).