NextPrevUpTopContentsIndex

who-calls

Function
Summary

Returns the callers of a function.

Package

hcl

Signature

who-calls dspec => callers

Arguments

dspec

A dspec.

Values

callers

A list.

Description

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

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 - 20 Jul 2006

NextPrevUpTopContentsIndex