Skip to main content

enough_space

Function enough_space 

Source
pub fn enough_space(free: u64, min_free: u64) -> bool
Expand description

Are free bytes above the floor for starting a run?

Pure on purpose: the threshold logic is asserted against injected numbers, and the only place the machine is actually asked anything is free_bytes.