Expand description

Generate call graphs out of a program term.

Functions

  • Collect and return all call TIDs of call sequences that start in the function given by the source_sub_tid and end in the function given by the target_sub_tid.
  • Generate a call graph for the given program.

Type Aliases