pub fn content_hash(text: &str) -> u64Expand 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.