pub fn extract_code_references(claim: &str) -> Vec<String>Expand description
Extract potential code identifiers from a natural-language claim.
Looks for:
- Backtick-quoted identifiers (e.g.
`foo_bar`) snake_casetokensCamelCasetokensSCREAMING_CASEtokens
Common English stop-words are filtered out.