scitools.com

← Metric catalog

Call Nodes is one of the source-code metrics Understand computes across 17+ languages — browse them in the GUI, export and track them, or script them with the Python API.

Call Nodes

API ID: CallNodes
Languages: Any
Targets: Functions

The number of unique nodes in the call tree (including self).

Counts all unique functions called by this function, directly or indirectly, including the function itself.