Skip to main content

apply_patch_backtracking_mode

Function apply_patch_backtracking_mode 

Source
pub fn apply_patch_backtracking_mode(
    original_lines: &[String],
    chunks: &[Chunk],
    mode: WhitespaceMode,
) -> Result<Vec<String>, ZenpatchError>
Expand description

Core backtracking patcher with configurable whitespace mode.