pub fn pull_should_materialize(will_materialize: bool, lazy: bool) -> bool
Whether a network pull should materialize the checkout after fetch.
Combines plan materialize policy with lazy mode (lazy never materializes).