NextPrevUpTopContentsIndex

calls-who

Function
Summary

Lists functions called by a function.

Package

hcl

Signature

calls-who function => callees

Arguments

function

A symbol.

Values

callees

A list.

Description

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

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

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

See also

toggle-source-debugging
who-calls


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex