All Manuals > LispWorks User Guide and Reference Manual > 38 The HCL Package

NextPrevUpTopContentsIndex

calls-who

Function
Summary

Lists functions called by a function.

Package

hcl

Signature

calls-who dspec => callees

Arguments

dspec

A dspec.

Values

callees

A list.

Description

The function calls-who returns a list of the dspecs naming the functions called by the function named by dspec.

See also the editor commands List Callees, and Show Paths From.

Notes

The cross-referencing information used by calls-who is generated when code is compiled with source-level debugging switched on.

Example
(calls-who '(method foo (string)))
See also

toggle-source-debugging
who-calls


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex