Skip to main content

codeclimate_fingerprint_hash

Function codeclimate_fingerprint_hash 

Source
pub fn codeclimate_fingerprint_hash(parts: &[&str]) -> String
Expand description

Compute a deterministic fingerprint hash from key fields.

Uses FNV-1a (64-bit) for guaranteed cross-version stability. DefaultHasher is intentionally not used because it is not specified across Rust versions.