xref
xref
Module
xref
Module summary
A Cross Reference Tool for analyzing dependencies between functions, modules, applications and releases.
Description
Xref is a cross reference tool that can be used for finding dependencies between functions, modules, applications and releases.
Calls between functions are either local calls like f()
, or external calls like m:f()
. Module data, which are extracted from BEAM files, include local functions, exported functions, local calls and external calls. By default, calls to built-in functions (BIF) are ignored, but if the option builtins
, accepted by some of this module's functions, is set to true
, calls to BIFs are included as well. It is