compute_file_hashes

Function compute_file_hashes 

Source
fn compute_file_hashes(
    input: &PackInput,
) -> Result<HashMap<String, String>, PackError>
Expand description

Compute SHA-256 hashes for all pack source files. These hashes enable runtime drift detection without recompilation.