Skip to main content

content_hash

Function content_hash 

Source
pub fn content_hash(text: &str) -> u64
Expand description

Compute a deterministic hash of line content text.

Used by both the compiler codegen and the converter to populate LineEntry::source_hash. The hash detects when source text has changed across builds, enabling the regeneration workflow in the internationalization pipeline.