Relationship Types

The relationships fall into three general categories, listed from computationally the fastest to slowest:

Contains – show the contents of the current symbol. For example, the members of a struct.

Calls – show what other symbols are referred to by the current symbol. For example, functions that are called by the current function.

References – show what other symbols refer to the current symbol. For example, functions that call the current function.