Skip to main content

diff_functions_raw

Function diff_functions_raw 

Source
pub fn diff_functions_raw(
    baseline_path: &Path,
    current_path: &Path,
) -> Result<DiffReport>
Expand description

Compute function-level AST diff without the semantic-only filter.

This variant preserves formatting-only changes in the report, which can be useful when the caller needs to see all changes including whitespace and comment modifications.