Module interproc
Source - alias_specificity ๐
- Calculate the specificity of an alias based on total field depth
- extract_field_path ๐
- Extract only the field path from a PlaceId (excluding the root local)
Returns field indices in order from root to leaf
Example: _15.0.1 returns [0, 1]
- extract_fields ๐
- Extract root local and field path from a PlaceId
Returns (root_local, field_path)
- extract_summary
- Extract function summary from analysis results
- filter_redundant_aliases ๐
- Filter redundant aliases from a candidate set
- is_field_prefix ๐
- Check if one field path is a proper prefix of another
Returns true if
prefix is a prefix of full - is_strict_prefix ๐
- Check if
prefix is a strict prefix of full - join_fn_summaries
- Join two function summaries