Skip to main content

Module applier

Module applier 

Source
Expand description

Contains the logic for applying a parsed patch to file content.

This module includes the backtracking patcher implementation.

Modulesยง

backtracking_patcher
Implements backtracking-based patch application for a sequence of chunks.
state
Defines the state used during the backtracking patch application process.
whitespace_mode
Defines the WhitespaceMode enum for controlling patch matching sensitivity.