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

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.

Notes

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 User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex