pub fn normalize_functions(
texts: &[String],
) -> Vec<Option<(String, Vec<String>, usize)>>Expand description
Batch alpha-rename canonicalize function texts in parallel — replaces the Python _analyze
(cross-name + Type-3 canonicalization). None entries are non-function texts.