Understand Callers and Callees of an Object

Add the objects that call or are called by a selected object, and explore the full call chain.

Before you start

Who this is for Developer
Role required Viewer or higher
Prerequisites Application imported; object visible at Objects level

Add callers and callees

Right-click any object and select:

  • Add callers/callees — adds all objects that directly call or are called by the selected object. The number in brackets shows how many there are.
  • Add 2 levels of callers/callees — adds two levels of callers and callees at once.
  • Add linked objects — adds objects connected by any link type, not just calls.

[TODO: Screenshot of the context menu showing these options]

Use the Call Hierarchy panel

The Call Hierarchy panel shows callers and callees as an expandable tree. It is useful when there are many levels.

  1. Right-click an object and select Call hierarchy.
  2. The panel opens on the right. Expand nodes to see deeper levels.
  3. Click any node in the panel to highlight the object on the canvas.

[TODO: Screenshot of the Call Hierarchy panel]

Next steps