pub fn parse_code_entity_id(
id: &EntityId,
) -> Option<(String, CodeEntityKind, String)>Expand description
Parse a code entity ID back into its components.
Returns (scope_prefix, kind, qualified_path) or None if the ID
does not match the code:{scope}:{kind}:{path} format.