Skip to main content

posting_len

Function posting_len 

Source
pub fn posting_len(count: u32, code_bytes: u32) -> Result<usize>
Expand description

How long one partition’s image is.

§Errors

Code::Invalid if the arithmetic overflows, which means a corrupt count rather than a real partition.