Module interproc

Module interproc 

Source

Functionsยง

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