Skip to main content

pull_should_materialize

Function pull_should_materialize 

Source
pub fn pull_should_materialize(will_materialize: bool, lazy: bool) -> bool
Expand description

Whether a network pull should materialize the checkout after fetch.

Combines plan materialize policy with lazy mode (lazy never materializes).