Skip to main content

prune_guarantee_for_medium

Function prune_guarantee_for_medium 

Source
pub fn prune_guarantee_for_medium(medium_type: MediumType) -> PruneGuarantee
Expand description

The strongest prune guarantee a medium can support (F1), derived from the capability matrix: a base-leg-retrievable medium (git-backed — codebase / filesystem / git / graph) supports the full never-clobber three-way merge; a non-retrievable medium (web) supports only conflict-flag degradation. Validation refuses a request that exceeds this.