Skip to main content

node_ref_from

Function node_ref_from 

Source
pub fn node_ref_from(page: u32, slot: u32) -> u32
Expand description

Constructs a flat node index from a page number and slot.

ยงPanics (debug only)

Panics if slot >= PAGE_SIZE, which would alias bits into the page portion.