pub fn detect_function_changes(
old_path: &Path,
new_path: &Path,
old_content: &str,
new_content: &str,
similarity_method: SimilarityMethod,
) -> Vec<SemanticChange>Expand description
Detect function-level changes between two file versions.