pub fn compute_file_delta(
current_files: &[(String, String, Language)],
metadata: &ExtractMetadata,
) -> FileDeltaExpand description
Compute the FileDelta between current filesystem and stored metadata. (Hash-only variant, useful for testing without filesystem mtime)