Skip to main content

compute_file_delta

Function compute_file_delta 

Source
pub fn compute_file_delta(
    current_files: &[(String, String, Language)],
    metadata: &ExtractMetadata,
) -> FileDelta
Expand description

Compute the FileDelta between current filesystem and stored metadata. (Hash-only variant, useful for testing without filesystem mtime)