Skip to main content

decode

Function decode 

Source
pub fn decode(page: &Page) -> Option<FreeListPage>
Expand description

Decode a freelist page. Caller is responsible for checking the page trailer (issue #6).

Returns None if the type tag is wrong; in that case the caller should surface Error::Corruption.