Skip to main content

parse_git_diff_with_path_mapper

Function parse_git_diff_with_path_mapper 

Source
pub fn parse_git_diff_with_path_mapper<T>(
    bytes: &[u8],
    map_path: T,
) -> Result<Vec<FileDiff>, DiffError>