NextPrevUpTopContentsIndex

who-calls

Function
Summary

Returns the callers of a function.

Package

hcl

Signature

who-calls function => callers

Arguments

function

A symbol.

Values

callers

A list.

Description

The function who-calls returns a list of dspecs naming the definitions which call the function function .

See also the Editor commands List Callers and Show Paths To .

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

See also

calls-who
toggle-source-debugging


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex